govuk_publishing_components 21.38.2 → 21.38.3
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: b58f173f9f7293159caa22be915eadd3e8d88bd1405ba2128cced392106a7073
|
4
|
+
data.tar.gz: 2b8f5ad7bc2014f80d873d51e285b17d775835ce60c696da2209476ab6497b49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f73383f94ce274af84456cb4156acc976900ef1f78721428450afd8c01de2862c8df80f3362b69e4add9a4faa510728aa0eeeb01455c20b95b12a186636e6dc
|
7
|
+
data.tar.gz: 83e2144af805cb09ad8f96f3a88b9c4fc14b04da4524bc7c5e6270e66953244b0513f890d6a18d22f7949bb65e7063b126e046ac483d8d32653ad983489dae5f
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
@@ -95,7 +95,7 @@
|
|
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-yellow: #
|
98
|
+
$gem-c-covid-yellow: #ffe114;
|
99
99
|
|
100
100
|
.brand--public-health-england {
|
101
101
|
&.brand__border-color,
|
@@ -69,7 +69,7 @@
|
|
69
69
|
<% end %>
|
70
70
|
|
71
71
|
<% if attachment.is_official_document %>
|
72
|
-
<%= tag.p link_to("Order a copy", "https://www.gov.uk/guidance/how-to-buy-printed-copies-of-official-documents", class: "govuk-link", target: "_blank"),
|
72
|
+
<%= tag.p link_to("Order a copy", "https://www.gov.uk/guidance/how-to-buy-printed-copies-of-official-documents", class: "govuk-link govuk-link--no-visited-state", target: "_blank"),
|
73
73
|
class: "gem-c-attachment__metadata" %>
|
74
74
|
<% end %>
|
75
75
|
|