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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b15750139274ecfc5bcad9dfab8f208718928a26f0e70153c87f27f0f4b6d076
|
4
|
+
data.tar.gz: d8607d3b046b160b31986cdc6f2fde248310cece7d65c5966177d5047defa1e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fbea8086e8888acd05ed8d16b867ae3ef349d7c7f83086f7ab49518fa89899ce5d9ae1ff502e1913ef50e46032c54ab07024f9e710860727122c30d2106a853
|
7
|
+
data.tar.gz: 9344ab1d5eb939b18c132ac18cb0a4a2c13ab4a2c2938bb6a6ba0dd77c8184ba38166505cb6839fd7b9518650dcb28dd17dce67b2858525de0c1310c94b2d7fc
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
@@ -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.
|
107
|
+
description: Context can be provided to render next to the item title.
|
108
108
|
data:
|
109
109
|
items:
|
110
110
|
- link:
|
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.
|
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-
|
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
|