govuk_frontend_toolkit 4.8.0 → 4.8.1
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 +4 -4
- data/app/assets/CHANGELOG.md +4 -0
- data/app/assets/VERSION.txt +1 -1
- data/app/assets/docs/mixins.md +1 -1
- data/app/assets/stylesheets/_colours.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 766fc1a6b15eb2c922f230b00fda32bcc48da461
|
|
4
|
+
data.tar.gz: 2ba0dbb70cdf077adc5dd25a515b3c6313e0d7ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f3003efea930d3d9857153888deaea308ae0a4d139d25f4bfde60ccefd40141dce71d040e6d31cb844200323412fce8aeb8db8be18cc514c365ed55bd48d896
|
|
7
|
+
data.tar.gz: b27440a359120867d3a79d49dc5ded40c4d829342f45143cde01d0a3ab5ad8829f04cfe3c7738b45bda3dee01ac13cff8f0f373ec2a5446f5e57f12de846d1d5
|
data/app/assets/CHANGELOG.md
CHANGED
data/app/assets/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.8.
|
|
1
|
+
4.8.1
|
data/app/assets/docs/mixins.md
CHANGED
|
@@ -195,7 +195,7 @@ A collection of colour variables.
|
|
|
195
195
|
* `$department-for-communities-and-local-government` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #00857e" />
|
|
196
196
|
* `$department-for-energy-and-climate-change` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #009ddb" />
|
|
197
197
|
* `$department-for-culture-media-and-sport` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #d40072" />
|
|
198
|
-
* `$department-for-environment-food-and-rural-affairs` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #
|
|
198
|
+
* `$department-for-environment-food-and-rural-affairs` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #00a33b" />
|
|
199
199
|
* `$department-for-work-and-pensions` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #00beb7" />
|
|
200
200
|
* `$department-for-business-innovation-and-skills` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #003479" />
|
|
201
201
|
* `$department-for-international-development` <span style="display:inline-block; width: 60px; height: 10px; float: right; background-color: #002878" />
|
|
@@ -9,7 +9,7 @@ $department-for-business-innovation-skills: #003479;
|
|
|
9
9
|
$department-for-communities-and-local-government: #00857e;
|
|
10
10
|
$department-for-culture-media-sport: #d40072;
|
|
11
11
|
$department-for-education: #003a69;
|
|
12
|
-
$department-for-environment-food-rural-affairs: #
|
|
12
|
+
$department-for-environment-food-rural-affairs: #00a33b;
|
|
13
13
|
$department-for-international-development: #002878;
|
|
14
14
|
$department-for-transport: #006c56;
|
|
15
15
|
$department-for-work-pensions: #00beb7;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_frontend_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.8.
|
|
4
|
+
version: 4.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bradley Wright
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|