forever_style_guide 3.2.17 → 3.2.18
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f45b4658beae01bfcaa422ad59ca600b55e928f
|
|
4
|
+
data.tar.gz: 8c708b72d414509590a13bbf17b27adef9dd193a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf079f0f6040f0d88ab97952f5ed73a66e64802e2dbb9ee27bb69e3a8e69dea3bfa3c358639938557630a936a639acd4ba6f9565d45015ff77537b6e9bbc3442
|
|
7
|
+
data.tar.gz: c34fb67035ce4247a20d474f6e983a8dab5f44cfc0a22aa3e5ebfb210146776288669d4795851886a4dab112b879ee152394670f7ed1e7766d77da0681feefa7
|
|
@@ -13,53 +13,54 @@ h6,
|
|
|
13
13
|
p {
|
|
14
14
|
color: color('text');
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
h1,
|
|
17
|
+
.heading-large {
|
|
18
18
|
font-family: $font-face-gotham;
|
|
19
19
|
font-weight: 500;
|
|
20
|
-
font-size: $font-size-
|
|
20
|
+
font-size: $font-size-500;
|
|
21
21
|
|
|
22
|
-
@media (
|
|
22
|
+
@media (min-width: $screen-sm) {
|
|
23
23
|
font-size: $font-size-600;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
|
|
26
|
+
@media (min-width: $screen-md) {
|
|
27
|
+
font-size: $font-size-700;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
|
-
h2
|
|
30
|
+
h2,
|
|
31
|
+
.heading-medium {
|
|
30
32
|
font-family: $font-face-gotham;
|
|
31
|
-
font-
|
|
32
|
-
font-size: $font-size-600;
|
|
33
|
+
font-size: $font-size-400;
|
|
33
34
|
|
|
34
|
-
@media (
|
|
35
|
+
@media (min-width: $screen-sm) {
|
|
35
36
|
font-size: $font-size-500;
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
@media (min-width: $screen-md) {
|
|
40
|
+
font-size: $font-size-600;
|
|
39
41
|
}
|
|
40
42
|
}
|
|
41
|
-
h3
|
|
43
|
+
h3,
|
|
44
|
+
.heading-small {
|
|
42
45
|
font-family: $font-face-gotham;
|
|
43
|
-
font-
|
|
44
|
-
font-size: $font-size-500;
|
|
46
|
+
font-size: $font-size-300;
|
|
45
47
|
|
|
46
|
-
@media (
|
|
48
|
+
@media (min-width: $screen-sm) {
|
|
47
49
|
font-size: $font-size-400;
|
|
48
50
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
|
|
52
|
+
@media (min-width: $screen-md) {
|
|
53
|
+
font-size: $font-size-500;
|
|
51
54
|
}
|
|
52
55
|
}
|
|
53
|
-
h4
|
|
56
|
+
h4,
|
|
57
|
+
.heading-extra_small {
|
|
54
58
|
font-family: $font-face-gotham;
|
|
55
|
-
font-
|
|
56
|
-
|
|
57
|
-
@media (
|
|
59
|
+
font-size: $font-size-300;
|
|
60
|
+
|
|
61
|
+
@media (min-width: $screen-sm) {
|
|
58
62
|
font-size: $font-size-400;
|
|
59
63
|
}
|
|
60
|
-
@media (max-width: $screen-xs-max) {
|
|
61
|
-
font-size: $font-size-300;
|
|
62
|
-
}
|
|
63
64
|
}
|
|
64
65
|
h5 {
|
|
65
66
|
font-family: $font-face-gotham;
|
|
@@ -68,7 +69,6 @@ h5 {
|
|
|
68
69
|
}
|
|
69
70
|
h6 {
|
|
70
71
|
font-family: $font-face-gotham;
|
|
71
|
-
font-weight: 200;
|
|
72
72
|
font-size: $font-size-200;
|
|
73
73
|
}
|
|
74
74
|
p {
|
|
@@ -101,7 +101,7 @@ a {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
/*
|
|
104
|
+
/*
|
|
105
105
|
mixin for multiline ellipsization
|
|
106
106
|
http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/
|
|
107
107
|
*/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forever_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|