govuk_publishing_components 9.3.2 → 9.3.3
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: 25a5a9bba142e81fd947ff2a4ed724b646d62462c08e61cfb3ad3eebe58ad221
|
|
4
|
+
data.tar.gz: ca54d251b4ea64849afe40a6d0de2e992aa8179b97c8673b207af3ee0ee18c32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c007ee2f51a5af6fd97cbb7dd7052c1d166257159c1721f7de9a59e8444cf910f63b61de5629446d4083ae0d9bfbb504e8d1481906e646eb555df3490a93f197
|
|
7
|
+
data.tar.gz: 766007348d85501a6567b133c1c7b4616fe7618c40039f2fa1493dbc2951e9a484da5a4434fc4491fc5661995f0cfd4e74f7b33cfa9b1e651961843972f2e4ea
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
|
|
27
27
|
@include organisation-brand-colour;
|
|
28
28
|
|
|
29
|
+
// colours for the prime ministers office are not included in the toolkit
|
|
30
|
+
// so are written out here for our use
|
|
31
|
+
|
|
29
32
|
.brand--prime-ministers-office-10-downing-street {
|
|
30
33
|
.brand__color {
|
|
31
34
|
color: $fuschia;
|
|
@@ -40,3 +43,14 @@
|
|
|
40
43
|
border-color: $black;
|
|
41
44
|
}
|
|
42
45
|
}
|
|
46
|
+
|
|
47
|
+
// in the toolkit, civil service has red for the text and borders
|
|
48
|
+
// but the required border colour is black, ideally would fix this in
|
|
49
|
+
// the toolkit but other things are using it
|
|
50
|
+
|
|
51
|
+
.brand--civil-service {
|
|
52
|
+
&.brand__border-color,
|
|
53
|
+
.brand__border-color {
|
|
54
|
+
border-color: $black;
|
|
55
|
+
}
|
|
56
|
+
}
|