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: 7d50686dad9cdda4ba4f752558bea505240bbf6114d87adb622f0c5979311fc6
4
- data.tar.gz: d742933a7c501d815ffcde551a5b2fddad3c67cd7e6e24efae03bf6273df1408
3
+ metadata.gz: bb0f9b39701d51e7c540675b4edcd276a9ee485b4c277c7d2fbbdcdf913933d0
4
+ data.tar.gz: 1b3148fd18a2211bee6c0ff59686e074a15970116b8216649fadb71018d38c86
5
5
  SHA512:
6
- metadata.gz: d0364bb2803a05e97bc0e52596dd6a952e2697dea2584d2a8e40b2d65abf132c190259dd7b1934f437c3ac70fed9eed2c2b72130f3a4f68b1ff0f3cfeeee21bc
7
- data.tar.gz: 13829c743b74ddb4d384803b760dfc24d3d89fffe15427740d14c0b2e35352a985da5e43b63a98ca55930d253b655bfd33ba6a5fd336d0d1638dbec768aa5231
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
- margin-top: govuk-spacing(1);
885
- }
886
-
887
- .gem-c-layout-super-navigation-header__navigation-dropdown-menu--large-navbar .gem-c-layout-super-navigation-header__navigation-second-item-description {
888
- font-size: 19px;
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;
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "35.21.1".freeze
2
+ VERSION = "35.21.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 35.21.1
4
+ version: 35.21.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev