govuk_frontend_toolkit 0.46.1 → 0.47.0
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.
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
// Departmental colours
|
|
5
5
|
$attorney-generals-office: #9f1888;
|
|
6
6
|
$cabinet-office: #005abb;
|
|
7
|
+
$civil-service: #af292e;
|
|
7
8
|
$department-for-business-innovation-skills: #003479;
|
|
8
9
|
$department-for-communities-and-local-government: #00857e;
|
|
9
10
|
$department-for-culture-media-sport: #d40072;
|
|
@@ -103,3 +104,5 @@ $highlight-colour: $grey-4; // Table stripes etc.
|
|
|
103
104
|
$page-colour: $white; // The page
|
|
104
105
|
$alpha-colour: $pink; // Alpha badges and banners
|
|
105
106
|
$beta-colour: $orange; // Beta badges and banners
|
|
107
|
+
$error-colour: $mellow-red; // Error text and border colour
|
|
108
|
+
$error-background: #fef7f7; // Error background colour
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_frontend_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.47.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-04-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -243,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
243
243
|
version: '0'
|
|
244
244
|
segments:
|
|
245
245
|
- 0
|
|
246
|
-
hash:
|
|
246
|
+
hash: 2209772174257624047
|
|
247
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
none: false
|
|
249
249
|
requirements:
|
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
252
252
|
version: '0'
|
|
253
253
|
segments:
|
|
254
254
|
- 0
|
|
255
|
-
hash:
|
|
255
|
+
hash: 2209772174257624047
|
|
256
256
|
requirements: []
|
|
257
257
|
rubyforge_project:
|
|
258
258
|
rubygems_version: 1.8.23
|