govuk_publishing_components 21.38.1 → 21.38.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: e5154ff71f01476673ee4a91b9ce7bdcc980c1bb8ee7d7eb9767b8de3cd34bfa
|
4
|
+
data.tar.gz: bb066f36dd9cf2d7923542d16c75073f6abade9c2b06c2898603f19e2404a468
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27ec5dca6c1db11bb9fb01c22ce8bad05b78a6bc9e5a160db931e755fc6ea6ad19c58d6bada456a5f4d804ba19f7bfa68bf8ea4890f482c9696571f8bf76db40
|
7
|
+
data.tar.gz: 3d05165b47f72e1f275615a8432b072a5c5fc1bb0821ad5a8f681d6747bf1013f7a41f50b3c35ea8594fd59fd26034f7daa8f6c71451c92369599349c99351bf
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
@@ -95,11 +95,11 @@
|
|
95
95
|
// used on the coronavirus page
|
96
96
|
// note that PHE already has a different brand colour, the brand
|
97
97
|
// department-for-health is used on the PHE org page
|
98
|
-
$gem-c-covid-
|
98
|
+
$gem-c-covid-yellow: #ffe817;
|
99
99
|
|
100
100
|
.brand--public-health-england {
|
101
101
|
&.brand__border-color,
|
102
102
|
.brand__border-color {
|
103
|
-
border-color: $gem-c-covid-
|
103
|
+
border-color: $gem-c-covid-yellow;
|
104
104
|
}
|
105
105
|
}
|