govuk_frontend_toolkit 4.9.0 → 4.9.1

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: b773aa9a169740cd89ce517815c3418fa8f1867c
4
- data.tar.gz: ebb4a11022b94eeb8de7efa5efab4710f40d7cde
3
+ metadata.gz: 904cb3761c37d4594245c0b113f8186ab4fbe8ca
4
+ data.tar.gz: 9ae43f63e9ebc12b5b36dce2188183c4ddd4a065
5
5
  SHA512:
6
- metadata.gz: da081c737137acb1e20af6f3053c7681023f94116a8648688b4921f34e62d82f0352d535f8ef2f113adb5dad09231ad42ec80d90944e1d9a8e7281dc6176ee3a
7
- data.tar.gz: 316156fd623516b069ae5c261af1209ff8823b902b8b97188772f1174e4020983cb98da225354858d6ab2cf89db86ef6c9da86f3beff0df333229e3ee7b806d7
6
+ metadata.gz: 66cfa4d877d5052b66a2383ce764bcf9ba090126da8c2597639cd26fdb6831b3c8cf7fc8b930cae5eaf64175ebe484019b13e99c3c4bea0545914c2ab68665ac
7
+ data.tar.gz: 5f117c65ff5312fb6a231c39c725362750ae55a7b2d6ef42a3e1bdf4cddb2da5a41587d2cb51a5c1b17fe1bad7526e274a4d3b1eb6ab11af60a9b6913c781147
@@ -1,3 +1,7 @@
1
+ # 4.9.1
2
+
3
+ - Fix phase banner alignment (PR #266)
4
+
1
5
  # 4.9.0
2
6
 
3
7
  - Add websafe organisation colours
@@ -1 +1 @@
1
- 4.9.0
1
+ 4.9.1
@@ -19,6 +19,7 @@
19
19
  border-bottom: 1px solid $border-colour;
20
20
 
21
21
  p {
22
+ display: table;
22
23
  margin: 0;
23
24
  color: $banner-text-colour;
24
25
  @include core-16;
@@ -29,11 +30,8 @@
29
30
  }
30
31
 
31
32
  span {
32
- vertical-align: top;
33
-
34
- @include media(tablet) {
35
- vertical-align: baseline;
36
- }
33
+ display: table-cell;
34
+ vertical-align: baseline;
37
35
  }
38
36
  }
39
37
 
@@ -51,12 +49,6 @@
51
49
 
52
50
  @mixin phase-tag($state: alpha) {
53
51
  @include inline-block;
54
- vertical-align: top;
55
-
56
- @include media(tablet) {
57
- vertical-align: baseline;
58
- }
59
-
60
52
  margin: 0 8px 0 0;
61
53
  padding: 2px 5px 0;
62
54
 
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.9.0
4
+ version: 4.9.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-03-04 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails