forever_style_guide 3.2.17 → 3.2.18

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: 3330778f1b9c60846f1dd34aef7f865efc7480a6
4
- data.tar.gz: 03978f63dac79d47d911902428e5d95c7bff35fc
3
+ metadata.gz: 3f45b4658beae01bfcaa422ad59ca600b55e928f
4
+ data.tar.gz: 8c708b72d414509590a13bbf17b27adef9dd193a
5
5
  SHA512:
6
- metadata.gz: c69f4db40049b7fac2414e6cef3d4eb7ab47aa37046ccaf116aa43163e8b90c30c7d51450d78fdf02288fd48c379a565317e14cfb2e8923a2f83ae4f0d11abcf
7
- data.tar.gz: df7e9fc9f980bb5dff21d536b82c61674452792eacd8075633690fd1f0d91da94667541c9de5204396e21e4b489a6073aa5bf7edadff8999f9d0347191cd143a
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
- h1 {
16
+ h1,
17
+ .heading-large {
18
18
  font-family: $font-face-gotham;
19
19
  font-weight: 500;
20
- font-size: $font-size-700;
20
+ font-size: $font-size-500;
21
21
 
22
- @media (max-width: $screen-sm-max) {
22
+ @media (min-width: $screen-sm) {
23
23
  font-size: $font-size-600;
24
24
  }
25
- @media (max-width: $screen-xs-max) {
26
- font-size: $font-size-500;
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-weight: 500;
32
- font-size: $font-size-600;
33
+ font-size: $font-size-400;
33
34
 
34
- @media (max-width: $screen-sm-max) {
35
+ @media (min-width: $screen-sm) {
35
36
  font-size: $font-size-500;
36
37
  }
37
- @media (max-width: $screen-xs-max) {
38
- font-size: $font-size-400;
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-weight: 500;
44
- font-size: $font-size-500;
46
+ font-size: $font-size-300;
45
47
 
46
- @media (max-width: $screen-sm-max) {
48
+ @media (min-width: $screen-sm) {
47
49
  font-size: $font-size-400;
48
50
  }
49
- @media (max-width: $screen-xs-max) {
50
- font-size: $font-size-300;
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-weight: 400;
56
- font-size: $font-size-400;
57
- @media (max-width: $screen-sm-max) {
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
  */
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.2.17"
2
+ VERSION = "3.2.18"
3
3
  end
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.17
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: 2017-12-07 00:00:00.000000000 Z
11
+ date: 2018-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails