diff --git a/frontend/components/forms/packs/EditPackForm/_styles.scss b/frontend/components/forms/packs/EditPackForm/_styles.scss index 72de07dd60..03b8a4a69d 100644 --- a/frontend/components/forms/packs/EditPackForm/_styles.scss +++ b/frontend/components/forms/packs/EditPackForm/_styles.scss @@ -1,6 +1,6 @@ .edit-pack-form { h1 { - margin: $pad-medium 0; + margin: $pad-large 0 $pad-medium; } &__pack-title { diff --git a/frontend/components/forms/packs/PackForm/_styles.scss b/frontend/components/forms/packs/PackForm/_styles.scss index 90c4324d9f..c68f8f3fba 100644 --- a/frontend/components/forms/packs/PackForm/_styles.scss +++ b/frontend/components/forms/packs/PackForm/_styles.scss @@ -1,6 +1,6 @@ .pack-form { h1 { - margin: $pad-medium 0; + margin: $pad-large 0 $pad-medium; } label { @@ -31,6 +31,9 @@ } &__back-link { + display: flex; + align-items: center; + height: 20px; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; @@ -39,8 +42,7 @@ #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; - vertical-align: text-top; + margin: 0 $pad-small 0 0; } } } diff --git a/frontend/pages/admin/TeamManagementPage/TeamDetailsWrapper/_styles.scss b/frontend/pages/admin/TeamManagementPage/TeamDetailsWrapper/_styles.scss index 3051bb7a8a..b4a89e1b9c 100644 --- a/frontend/pages/admin/TeamManagementPage/TeamDetailsWrapper/_styles.scss +++ b/frontend/pages/admin/TeamManagementPage/TeamDetailsWrapper/_styles.scss @@ -9,7 +9,7 @@ &__back-link { display: flex; align-items: center; - height: 16px; + height: 20px; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; @@ -20,7 +20,7 @@ #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; + margin: 0 $pad-small 0 0; } &__team-header { diff --git a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss index f1c5e9ebda..55d9227876 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss +++ b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss @@ -360,6 +360,7 @@ color: $core-vibrant-blue; font-weight: $bold; text-decoration: none; + margin-left: -11px; } &__device_mapping { diff --git a/frontend/pages/packs/EditPackPage/_styles.scss b/frontend/pages/packs/EditPackPage/_styles.scss index cfcb32d384..e82a243681 100644 --- a/frontend/pages/packs/EditPackPage/_styles.scss +++ b/frontend/pages/packs/EditPackPage/_styles.scss @@ -1,16 +1,17 @@ .edit-pack-page { &__back-link { + display: flex; + align-items: center; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; text-decoration: none; + height: 20px; #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; - vertical-align: text-top; - margin-top: -1px; + margin: 0 $pad-small 0 0; } } diff --git a/frontend/pages/policies/PolicyPage/_styles.scss b/frontend/pages/policies/PolicyPage/_styles.scss index 969dc1bb96..3900fc5953 100644 --- a/frontend/pages/policies/PolicyPage/_styles.scss +++ b/frontend/pages/policies/PolicyPage/_styles.scss @@ -62,16 +62,17 @@ } &__back-link { + display: flex; + align-items: center; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; text-decoration: none; - + height: 20px; #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; - vertical-align: text-top; + margin: 0 $pad-small 0 0; } } diff --git a/frontend/pages/queries/QueryPage/_styles.scss b/frontend/pages/queries/QueryPage/_styles.scss index 12123e666c..8d3cce0886 100644 --- a/frontend/pages/queries/QueryPage/_styles.scss +++ b/frontend/pages/queries/QueryPage/_styles.scss @@ -65,6 +65,9 @@ } &__back-link { + display: flex; + align-items: center; + height: 20px; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; @@ -73,8 +76,7 @@ #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; - vertical-align: text-top; + margin: 0 $pad-small 0 0; } } diff --git a/frontend/pages/software/SoftwareDetailsPage/_styles.scss b/frontend/pages/software/SoftwareDetailsPage/_styles.scss index 2c331b7ade..9f984c85ee 100644 --- a/frontend/pages/software/SoftwareDetailsPage/_styles.scss +++ b/frontend/pages/software/SoftwareDetailsPage/_styles.scss @@ -82,7 +82,7 @@ display: flex; align-items: center; padding-bottom: $pad-small; - height: 16px; + height: 20px; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; @@ -92,6 +92,6 @@ #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; + margin: 0 $pad-small 0 0; } } diff --git a/frontend/pages/software/SoftwareDetailsPage/components/Vulnerabilities/_styles.scss b/frontend/pages/software/SoftwareDetailsPage/components/Vulnerabilities/_styles.scss index f59bbfaa2e..cb01ec1d18 100644 --- a/frontend/pages/software/SoftwareDetailsPage/components/Vulnerabilities/_styles.scss +++ b/frontend/pages/software/SoftwareDetailsPage/components/Vulnerabilities/_styles.scss @@ -4,7 +4,7 @@ display: flex; align-items: center; padding-bottom: $pad-small; - height: 16px; + height: 20px; font-size: $x-small; color: $core-vibrant-blue; font-weight: $bold; @@ -14,7 +14,7 @@ #back-chevron { width: 16px; height: 16px; - margin-right: $pad-small; + margin: 0 $pad-small 0 0; } #right-chevron {