timequake 2.0.6 → 2.0.9

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: 567997141d874d5a2010dae7c19dd8b7513d45270b8b65416905a2868716b17a
4
+ data.tar.gz: d018e09dc75dd2ad66b724bcd9e581c8e05a323e142cf017cab2149a42646c57
5
5
  SHA512:
6
- metadata.gz: 9644b36b8506fde1c0f4035abb7af756b115f79b29fb83ef43f2531fdca908509e4e35d3cea61b8fa2a947d3c09df27808d6e934b651720a5c6231019121ad7c
7
- data.tar.gz: 171a9263fb39e7e5858628f7a8dbdfa7cccd0449bbd6102964e4fb85ad91094864f244f7e7c9637799d362961fb182fe664b69956aff5c999c6933d6bdcc307e
6
+ metadata.gz: 4712b2dde1e5d678ddce94902afec3dedd85160744672a177cd9fa710dcebaedcd2b8ba958f2dad00f3bf3e73e03dd796fee1d8e54d4cd90f5b04f782445402d
7
+ data.tar.gz: bbfad35838337d5f7ff79cc86844b2ec62ddf923029773f52cc0e5431f44c8e0ef520164bc0a5363a0f0e8de32722e459b409433d9dd1c9aba914d65f44cc150
@@ -11,6 +11,10 @@ $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;
16
+ $copy-font-weight: normal !default;
17
+ $heading-font-weight: bold !default;
14
18
  $btn-font: $copy-font !default;
15
19
 
16
20
  html {
@@ -24,6 +28,8 @@ html {
24
28
  color: $copy-color;
25
29
  margin: $copy-margin;
26
30
  font-size: $copy-font-size;
31
+ line-height: $copy-line-height;
32
+ font-weight: $copy-font-weight;
27
33
  }
28
34
 
29
35
  .heading,
@@ -35,6 +41,8 @@ html {
35
41
  .heading-6, {
36
42
  font-family: $heading-font;
37
43
  margin: $heading-margin;
44
+ line-height: $heading-line-height;
45
+ font-weight: $heading-font-weight;
38
46
  }
39
47
 
40
48
  .heading-1 { font-size: $heading-1-font-size; }
@@ -46,6 +54,22 @@ html {
46
54
 
47
55
  @for $i from 1 through 200 {
48
56
  .fz-#{$i} { font-size: #{$i}px !important; }
57
+
58
+ @media (min-width: $medium) {
59
+ .md-fz-#{$i} { font-size: #{$i}px !important; }
60
+ }
61
+
62
+ @media (min-width: $large) {
63
+ .lg-fz-#{$i} { font-size: #{$i}px !important; }
64
+ }
65
+
66
+ @media (min-width: $xlarge) {
67
+ .xlg-fz-#{$i} { font-size: #{$i}px !important; }
68
+ }
69
+
70
+ @media (min-width: $xxlarge) {
71
+ .xxlg-fz-#{$i} { font-size: #{$i}px !important; }
72
+ }
49
73
  }
50
74
 
51
75
  .fw-100 { font-weight: 100 !important; }
@@ -62,6 +62,10 @@ $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;
67
+ $copy-font-weight: normal;
68
+ $heading-font-weight: bold;
65
69
 
66
70
  // BUTTONS
67
71
  $btn-min-width: 145px;
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.9"
3
3
  end
Binary file
Binary file
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.9
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: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -119,6 +119,9 @@ 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
123
+ - timequake-2.0.7.gem
124
+ - timequake-2.0.8.gem
122
125
  - timequake.gemspec
123
126
  homepage:
124
127
  licenses: