govuk_frontend_toolkit 1.0.0 → 1.0.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.
@@ -104,5 +104,6 @@ $highlight-colour: $grey-4; // Table stripes etc.
104
104
  $page-colour: $white; // The page
105
105
  $alpha-colour: $pink; // Alpha badges and banners
106
106
  $beta-colour: $orange; // Beta badges and banners
107
+ $banner-text-colour: #000; // Text colour for Alpha & Beta banners
107
108
  $error-colour: $mellow-red; // Error text and border colour
108
109
  $error-background: #fef7f7; // Error background colour
@@ -26,16 +26,16 @@
26
26
  // No need to set a max-width for content inside .inner-block
27
27
  p {
28
28
  margin: 0;
29
- color: $text-colour;
29
+ color: $banner-text-colour;
30
30
  @include core-16;
31
31
  }
32
32
 
33
33
  a, a:link, a:visited, a:active {
34
- color: $text-colour;
34
+ color: $banner-text-colour;
35
35
  }
36
36
 
37
37
  a:hover {
38
- color: $text-colour;
38
+ color: $banner-text-colour;
39
39
  }
40
40
  }
41
41
 
@@ -1,3 +1,3 @@
1
1
  module GovUKFrontendToolkit
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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: 1.0.0
4
+ version: 1.0.1
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-04-25 00:00:00.000000000 Z
12
+ date: 2014-04-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -244,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
244
  version: '0'
245
245
  segments:
246
246
  - 0
247
- hash: 2195422836578738459
247
+ hash: 1020420355495287126
248
248
  required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  none: false
250
250
  requirements:
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  version: '0'
254
254
  segments:
255
255
  - 0
256
- hash: 2195422836578738459
256
+ hash: 1020420355495287126
257
257
  requirements: []
258
258
  rubyforge_project:
259
259
  rubygems_version: 1.8.23