govuk_frontend_toolkit 5.0.2 → 5.0.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b917ab71655b06bb77abd0f9c39835f42df1628
|
4
|
+
data.tar.gz: bb030666547fa2658829c584bd21807be8e6d1a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bd8da98024fddf904d5d380164bd0f39ddb8243dafa88931d3091bdd4666efc3298d37a4e41a6f4f4bee16166d80135200800fc8f388516eae93c17bf1cad83
|
7
|
+
data.tar.gz: e72f7c54f5bea749ceecc89bb89ff4da72d1d166b49741781352f8d2fd8c5850774a33baa40fdf37747d7cd3125814c03e62f0ea63e65b94d10db4889f118023
|
data/app/assets/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# 5.0.3
|
2
|
+
|
3
|
+
- Change HMRC and DEFRA text colours for improved contrast ([PR #368](https://github.com/alphagov/govuk_frontend_toolkit/pull/368))
|
4
|
+
|
1
5
|
# 5.0.2
|
2
6
|
|
3
7
|
- Change colour used in phase tags to govuk-blue ([PR #353](https://github.com/alphagov/govuk_frontend_toolkit/pull/353))
|
data/app/assets/VERSION.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.0.
|
1
|
+
5.0.3
|
data/app/assets/package.json
CHANGED
@@ -25,6 +25,9 @@
|
|
25
25
|
$is-ie: false !default;
|
26
26
|
$mobile-ie6: true !default;
|
27
27
|
|
28
|
+
$tablet-breakpoint: 641px !default;
|
29
|
+
$desktop-breakpoint: 769px !default;
|
30
|
+
|
28
31
|
@mixin media($size: false, $max-width: false, $min-width: false, $ignore-for-ie: false) {
|
29
32
|
@if $is-ie and ($ignore-for-ie == false) {
|
30
33
|
@if $size != mobile {
|
@@ -34,15 +37,15 @@ $mobile-ie6: true !default;
|
|
34
37
|
}
|
35
38
|
} @else {
|
36
39
|
@if $size == desktop {
|
37
|
-
@media (min-width:
|
40
|
+
@media (min-width: $desktop-breakpoint){
|
38
41
|
@content;
|
39
42
|
}
|
40
43
|
} @else if $size == tablet {
|
41
|
-
@media (min-width:
|
44
|
+
@media (min-width: $tablet-breakpoint){
|
42
45
|
@content;
|
43
46
|
}
|
44
47
|
} @else if $size == mobile {
|
45
|
-
@media (max-width:
|
48
|
+
@media (max-width: $tablet-breakpoint - 1px){
|
46
49
|
@content;
|
47
50
|
}
|
48
51
|
} @else if $max-width != false {
|
@@ -16,6 +16,7 @@ $department-for-culture-media-sport-websafe: #a03155;
|
|
16
16
|
$department-for-education: #003a69;
|
17
17
|
$department-for-education-websafe: #347ca9;
|
18
18
|
$department-for-environment-food-rural-affairs: #00a33b;
|
19
|
+
$department-for-environment-food-rural-affairs-websafe: #008938;
|
19
20
|
$department-for-international-development: #002878;
|
20
21
|
$department-for-international-development-websafe: #405e9a;
|
21
22
|
$department-for-international-trade: #CF102D;
|
@@ -34,7 +35,7 @@ $government-equalities-office: #9325b2;
|
|
34
35
|
$hm-government: #0076c0;
|
35
36
|
$hm-government-websafe: #347da4;
|
36
37
|
$hm-revenue-customs: #009390;
|
37
|
-
$hm-revenue-customs-websafe: #
|
38
|
+
$hm-revenue-customs-websafe: #008670;
|
38
39
|
$hm-treasury: #af292e;
|
39
40
|
$hm-treasury-websafe: #832322;
|
40
41
|
$home-office: #9325b2;
|
@@ -79,7 +80,7 @@ $all-organisation-brand-colours:
|
|
79
80
|
'department-for-communities-and-local-government' $department-for-communities-and-local-government $department-for-communities-and-local-government-websafe,
|
80
81
|
'department-for-culture-media-sport' $department-for-culture-media-sport $department-for-culture-media-sport-websafe,
|
81
82
|
'department-for-education' $department-for-education $department-for-education-websafe,
|
82
|
-
'department-for-environment-food-rural-affairs' $department-for-environment-food-rural-affairs $department-for-environment-food-rural-affairs,
|
83
|
+
'department-for-environment-food-rural-affairs' $department-for-environment-food-rural-affairs $department-for-environment-food-rural-affairs-websafe,
|
83
84
|
'department-for-international-development' $department-for-international-development $department-for-international-development-websafe,
|
84
85
|
'department-for-international-trade' $department-for-international-trade $department-for-international-trade-websafe,
|
85
86
|
'department-for-transport' $department-for-transport $department-for-transport-websafe,
|
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: 5.0.
|
4
|
+
version: 5.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|