govuk_publishing_components 9.3.3 → 9.3.4

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
  SHA256:
3
- metadata.gz: 25a5a9bba142e81fd947ff2a4ed724b646d62462c08e61cfb3ad3eebe58ad221
4
- data.tar.gz: ca54d251b4ea64849afe40a6d0de2e992aa8179b97c8673b207af3ee0ee18c32
3
+ metadata.gz: 2e7fd029f19bc268492d51f2b4e6c948c3e1df3024bb6254c035608093b54067
4
+ data.tar.gz: 4f6467a19c71abf9e7e5df11e06fe7c4a68714a1220c5de2042c7294b347ef35
5
5
  SHA512:
6
- metadata.gz: c007ee2f51a5af6fd97cbb7dd7052c1d166257159c1721f7de9a59e8444cf910f63b61de5629446d4083ae0d9bfbb504e8d1481906e646eb555df3490a93f197
7
- data.tar.gz: 766007348d85501a6567b133c1c7b4616fe7618c40039f2fa1493dbc2951e9a484da5a4434fc4491fc5661995f0cfd4e74f7b33cfa9b1e651961843972f2e4ea
6
+ metadata.gz: f2858a93b161409cb89edf42b982af6c0c7b17c755fa07b064f2c0648c5ed5b61a9ac6f83c0b34f9bd47184a0f1149e17b0911770be922b7aab8af71506772d7
7
+ data.tar.gz: 847e30b9f0f5b637ae61378e5a2c5c19fa92a1c08e54ea6b6011cbb2f21b646c04a616e0efd5796c30e82b9f457ae06658b312c39ef8d8bbea31ecf5cddd0b91
@@ -59,6 +59,7 @@
59
59
  }
60
60
 
61
61
  .gem-c-image-card__context,
62
+ .gem-c-image-card__metadata,
62
63
  .gem-c-image-card__description {
63
64
  position: relative;
64
65
  z-index: 2;
@@ -67,11 +68,17 @@
67
68
  .gem-c-image-card__context,
68
69
  .gem-c-image-card__metadata {
69
70
  @include core-14;
71
+ margin-bottom: $gutter-one-quarter;
70
72
  color: $grey-1;
73
+
74
+ @include media(tablet) {
75
+ margin-bottom: 0;
76
+ }
71
77
  }
72
78
 
73
79
  .gem-c-image-card__description {
74
80
  padding-top: $gutter-one-quarter;
81
+ word-wrap: break-word;
75
82
  }
76
83
 
77
84
  .gem-c-image-card__list {
@@ -9,7 +9,8 @@
9
9
  .brand__color {
10
10
  color: nth($organisation, 3);
11
11
 
12
- &:hover {
12
+ &:hover,
13
+ &:focus {
13
14
  color: darken( nth($organisation, 3), 10% );
14
15
  }
15
16
  }
@@ -33,7 +34,8 @@
33
34
  .brand__color {
34
35
  color: $fuschia;
35
36
 
36
- &:hover {
37
+ &:hover,
38
+ &:focus {
37
39
  color: darken( $fuschia, 10% );
38
40
  }
39
41
  }
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '9.3.3'.freeze
2
+ VERSION = '9.3.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.3.3
4
+ version: 9.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-25 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config