govuk_publishing_components 9.2.1 → 9.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5c04e04ffc3f0c67f68ba588e13a390bac44a5604abedfeb1320d7df82d6bad
4
- data.tar.gz: cd5a7cd9d5b025bcf4e5ae7ba036547f3df6db82ced92de361716d6d2fa61ddf
3
+ metadata.gz: b15750139274ecfc5bcad9dfab8f208718928a26f0e70153c87f27f0f4b6d076
4
+ data.tar.gz: d8607d3b046b160b31986cdc6f2fde248310cece7d65c5966177d5047defa1e1
5
5
  SHA512:
6
- metadata.gz: f29339f3ea717ef9df865effb769f66c82e022978112ce4e7be8a0a7280dae8b9f475091f2796d37cf22e4e89cf6de6c0fadfe6868dae05ded7f125150414c56
7
- data.tar.gz: a05e3eef6f1bbbeb9cb3a2292cae2e7f7ffcfa273cd3501a3d74059eabed145237fab2b883baf9c8b39e99585d453dc66ba423788008bd28e6fef6fc1a217bb8
6
+ metadata.gz: 1fbea8086e8888acd05ed8d16b867ae3ef349d7c7f83086f7ab49518fa89899ce5d9ae1ff502e1913ef50e46032c54ab07024f9e710860727122c30d2106a853
7
+ data.tar.gz: 9344ab1d5eb939b18c132ac18cb0a4a2c13ab4a2c2938bb6a6ba0dd77c8184ba38166505cb6839fd7b9518650dcb28dd17dce67b2858525de0c1310c94b2d7fc
@@ -8,6 +8,10 @@
8
8
  .brand--#{nth($organisation, 1)} {
9
9
  .brand__color {
10
10
  color: nth($organisation, 3);
11
+
12
+ &:hover {
13
+ color: darken( nth($organisation, 3), 10% );
14
+ }
11
15
  }
12
16
 
13
17
  // the & declaration allows border-color to also be applied to the parent
@@ -21,3 +25,18 @@
21
25
  }
22
26
 
23
27
  @include organisation-brand-colour;
28
+
29
+ .brand--prime-ministers-office-10-downing-street {
30
+ .brand__color {
31
+ color: $fuschia;
32
+
33
+ &:hover {
34
+ color: darken( $fuschia, 10% );
35
+ }
36
+ }
37
+
38
+ &.brand__border-color,
39
+ .brand__border-color {
40
+ border-color: $black;
41
+ }
42
+ }
@@ -104,7 +104,7 @@ examples:
104
104
  text: 'School exclusion'
105
105
  path: '/government/publications/school-exclusion'
106
106
  with_context:
107
- description: Context can be provided to render next to the item title. This will be used on /government/organisations to indicate if an organisation is hosted on a separate website or being moved to GOV.UK
107
+ description: Context can be provided to render next to the item title.
108
108
  data:
109
109
  items:
110
110
  - link:
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '9.2.1'.freeze
2
+ VERSION = '9.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.1
4
+ version: 9.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-08 00:00:00.000000000 Z
11
+ date: 2018-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config