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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e7fd029f19bc268492d51f2b4e6c948c3e1df3024bb6254c035608093b54067
|
4
|
+
data.tar.gz: 4f6467a19c71abf9e7e5df11e06fe7c4a68714a1220c5de2042c7294b347ef35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 {
|
data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss
CHANGED
@@ -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
|
}
|
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.
|
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-
|
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
|