timequake 2.0.6 → 2.0.7

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
  SHA256:
3
- metadata.gz: bfa1a08b3425c58f2a2c1a361ea33c8fcd0a11b4bb83e4a453f0fb33b33edfef
4
- data.tar.gz: de64a37880c34c28616271278b2088b2d8b9f147879796e397b3ec9d771e5574
3
+ metadata.gz: 9dc03f3e49f47bea980ca4b932ecd013a32d7d5e8973143059ed350cebe0e086
4
+ data.tar.gz: 9965cafbb8d83a78a3fac81d684c9a028227515bd8f8b15f754ddc6882f2475b
5
5
  SHA512:
6
- metadata.gz: 9644b36b8506fde1c0f4035abb7af756b115f79b29fb83ef43f2531fdca908509e4e35d3cea61b8fa2a947d3c09df27808d6e934b651720a5c6231019121ad7c
7
- data.tar.gz: 171a9263fb39e7e5858628f7a8dbdfa7cccd0449bbd6102964e4fb85ad91094864f244f7e7c9637799d362961fb182fe664b69956aff5c999c6933d6bdcc307e
6
+ metadata.gz: 62d5aac59cfccbffe637855d554b117f3c81d7b3bf1861732fd55870bbd6d730599892878c1160afa8598c2476a70f50be20f4e41e9f69a293904614ff20b0a9
7
+ data.tar.gz: ce79bbf5c685782401b890a3e5f02d7e76c62c41052e1444359f16abf1d233418563f1a169bf5fa69530ffd900765290c0cf36322c24a7f4dc92170aaf9d6908
@@ -11,6 +11,8 @@ $heading-5-font-size: .83rem !default;
11
11
  $heading-6-font-size: .75rem !default;
12
12
  $heading-margin: 0 0 .5rem 0 !default;
13
13
  $copy-margin: 0 0 .5rem 0 !default;
14
+ $copy-line-height: 1.2 !default;
15
+ $heading-line-height: 1.2 !default;
14
16
  $btn-font: $copy-font !default;
15
17
 
16
18
  html {
@@ -24,6 +26,7 @@ html {
24
26
  color: $copy-color;
25
27
  margin: $copy-margin;
26
28
  font-size: $copy-font-size;
29
+ line-height: $copy-line-height;
27
30
  }
28
31
 
29
32
  .heading,
@@ -35,6 +38,7 @@ html {
35
38
  .heading-6, {
36
39
  font-family: $heading-font;
37
40
  margin: $heading-margin;
41
+ line-height: $heading-line-height;
38
42
  }
39
43
 
40
44
  .heading-1 { font-size: $heading-1-font-size; }
@@ -46,6 +50,22 @@ html {
46
50
 
47
51
  @for $i from 1 through 200 {
48
52
  .fz-#{$i} { font-size: #{$i}px !important; }
53
+
54
+ @media (min-width: $medium) {
55
+ .md-fz-#{$i} { font-size: #{$i}px !important; }
56
+ }
57
+
58
+ @media (min-width: $large) {
59
+ .lg-fz-#{$i} { font-size: #{$i}px !important; }
60
+ }
61
+
62
+ @media (min-width: $xlg) {
63
+ .xlg-fz-#{$i} { font-size: #{$i}px !important; }
64
+ }
65
+
66
+ @media (min-width: $xxlg) {
67
+ .xxlg-fz-#{$i} { font-size: #{$i}px !important; }
68
+ }
49
69
  }
50
70
 
51
71
  .fw-100 { font-weight: 100 !important; }
@@ -62,6 +62,8 @@ $heading-5-font-size: .83rem;
62
62
  $heading-6-font-size: .75rem;
63
63
  $heading-margin: 0 0 .5rem 0;
64
64
  $copy-margin: 0 0 .5rem 0;
65
+ $copy-line-height: 1.2;
66
+ $heading-line-height: 1.2;
65
67
 
66
68
  // BUTTONS
67
69
  $btn-min-width: 145px;
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timequake
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-04 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -119,6 +119,7 @@ files:
119
119
  - timequake-2.0.3.gem
120
120
  - timequake-2.0.4.gem
121
121
  - timequake-2.0.5.gem
122
+ - timequake-2.0.6.gem
122
123
  - timequake.gemspec
123
124
  homepage:
124
125
  licenses: