govuk_publishing_components 35.21.1 → 35.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb0f9b39701d51e7c540675b4edcd276a9ee485b4c277c7d2fbbdcdf913933d0
|
|
4
|
+
data.tar.gz: 1b3148fd18a2211bee6c0ff59686e074a15970116b8216649fadb71018d38c86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a432b034c1f6de19813d82e68394fe4637d0b851d7617933dd1fc4f56b820ac5f7d2e3320f1dc15aebd1c2e2ec5896de41d7bac4a7244e398d5a0bb30f51e45e
|
|
7
|
+
data.tar.gz: ba80773b85de541a717533b35c438e7c4e2500363c8477c00c371bd638cec74f9f14d38f2820f6778d92f89680c949b27ceedc4dea98bf2d53ddd916a56fe865
|
|
@@ -851,11 +851,6 @@ $after-button-padding-left: govuk-spacing(4);
|
|
|
851
851
|
}
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
-
.gem-c-layout-super-navigation-header__navigation-dropdown-menu--large-navbar .gem-c-layout-super-navigation-header__navigation-second-item-link {
|
|
855
|
-
font-size: 19px;
|
|
856
|
-
font-size: govuk-px-to-rem(19px);
|
|
857
|
-
}
|
|
858
|
-
|
|
859
854
|
.gem-c-layout-super-navigation-header__navigation-second-item-link--with-description {
|
|
860
855
|
font-size: 16px;
|
|
861
856
|
font-size: govuk-px-to-rem(16px);
|
|
@@ -881,13 +876,11 @@ $after-button-padding-left: govuk-spacing(4);
|
|
|
881
876
|
}
|
|
882
877
|
|
|
883
878
|
.gem-c-layout-super-navigation-header__navigation-second-item-description {
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
font-size: govuk-px-to-rem(19px);
|
|
890
|
-
margin-top: govuk-spacing(2);
|
|
879
|
+
@include govuk-typography-common;
|
|
880
|
+
font-size: 16px;
|
|
881
|
+
font-size: govuk-px-to-rem(16px);
|
|
882
|
+
font-weight: normal;
|
|
883
|
+
margin: govuk-spacing(1) 0 0 0;
|
|
891
884
|
}
|
|
892
885
|
|
|
893
886
|
.gem-c-layout-super-navigation-header__search-form {
|
|
@@ -911,11 +904,6 @@ $after-button-padding-left: govuk-spacing(4);
|
|
|
911
904
|
}
|
|
912
905
|
}
|
|
913
906
|
|
|
914
|
-
.gem-c-layout-super-navigation-header__navigation-dropdown-menu--large-navbar .gem-c-layout-super-navigation-header__popular-link {
|
|
915
|
-
font-size: 19px;
|
|
916
|
-
font-size: govuk-px-to-rem(19px);
|
|
917
|
-
}
|
|
918
|
-
|
|
919
907
|
.gem-c-layout-super-navigation-header__width-container {
|
|
920
908
|
@include govuk-media-query($until: "desktop") {
|
|
921
909
|
margin: 0;
|