govuk_publishing_components 9.3.2 → 9.3.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: fb305eb12f26b78bac279160c4d1232f3de1de88e79ece2ff76d9bb6779a6f6f
4
- data.tar.gz: 9b7fb1ca9538a8b2877221ac395eb688a89534cc841a0e9d85c382b4ca05d035
3
+ metadata.gz: 25a5a9bba142e81fd947ff2a4ed724b646d62462c08e61cfb3ad3eebe58ad221
4
+ data.tar.gz: ca54d251b4ea64849afe40a6d0de2e992aa8179b97c8673b207af3ee0ee18c32
5
5
  SHA512:
6
- metadata.gz: d50a5d3fac413677d70fb9b6752c243ab54a8ae78a3d1807ea3a208e6a6ec144f54ec1da84d9366c945f1b6aeeb71c79a128816b55a6dfb5509c934be7b88f13
7
- data.tar.gz: 476e742c711aeb4b6c696c8c4f72e61b68990a25d6c14f75846ca6b6aa0938cc658e742b532a38a874768784f3a07a7c1d8c5d7f90bd4e4a51b8bf0bee1e1b28
6
+ metadata.gz: c007ee2f51a5af6fd97cbb7dd7052c1d166257159c1721f7de9a59e8444cf910f63b61de5629446d4083ae0d9bfbb504e8d1481906e646eb555df3490a93f197
7
+ data.tar.gz: 766007348d85501a6567b133c1c7b4616fe7618c40039f2fa1493dbc2951e9a484da5a4434fc4491fc5661995f0cfd4e74f7b33cfa9b1e651961843972f2e4ea
@@ -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
+ }
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '9.3.2'.freeze
2
+ VERSION = '9.3.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.3.2
4
+ version: 9.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev