timequake 2.0.8 → 2.0.9

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: 193a805475242b011d8e2b552a4e96b43945fd650fd5e20c08a2362e79f4e3b8
4
- data.tar.gz: 6972bee6a2b36f90f5b95013a003657f25be2f2aba53035ea87db6a6d8061ac4
3
+ metadata.gz: 567997141d874d5a2010dae7c19dd8b7513d45270b8b65416905a2868716b17a
4
+ data.tar.gz: d018e09dc75dd2ad66b724bcd9e581c8e05a323e142cf017cab2149a42646c57
5
5
  SHA512:
6
- metadata.gz: 1429423e52ef8d80c923d53c1e8b9b1296f65766104a2ffe0a402b7ecee60ef582219688dce369bdb1f4b502a385526e56427db9d16097c2956166769aae1a06
7
- data.tar.gz: 59869d42a0a6eb5b716bd5415e2178f48a6ae0304f6af631eff9787bea455eb080f185d4afd24c0fdcb7752028ea074a9267770e3930caeb547275a0b8199395
6
+ metadata.gz: 4712b2dde1e5d678ddce94902afec3dedd85160744672a177cd9fa710dcebaedcd2b8ba958f2dad00f3bf3e73e03dd796fee1d8e54d4cd90f5b04f782445402d
7
+ data.tar.gz: bbfad35838337d5f7ff79cc86844b2ec62ddf923029773f52cc0e5431f44c8e0ef520164bc0a5363a0f0e8de32722e459b409433d9dd1c9aba914d65f44cc150
@@ -13,6 +13,8 @@ $heading-margin: 0 0 .5rem 0 !default;
13
13
  $copy-margin: 0 0 .5rem 0 !default;
14
14
  $copy-line-height: 1.2 !default;
15
15
  $heading-line-height: 1.2 !default;
16
+ $copy-font-weight: normal !default;
17
+ $heading-font-weight: bold !default;
16
18
  $btn-font: $copy-font !default;
17
19
 
18
20
  html {
@@ -27,6 +29,7 @@ html {
27
29
  margin: $copy-margin;
28
30
  font-size: $copy-font-size;
29
31
  line-height: $copy-line-height;
32
+ font-weight: $copy-font-weight;
30
33
  }
31
34
 
32
35
  .heading,
@@ -39,6 +42,7 @@ html {
39
42
  font-family: $heading-font;
40
43
  margin: $heading-margin;
41
44
  line-height: $heading-line-height;
45
+ font-weight: $heading-font-weight;
42
46
  }
43
47
 
44
48
  .heading-1 { font-size: $heading-1-font-size; }
@@ -64,6 +64,8 @@ $heading-margin: 0 0 .5rem 0;
64
64
  $copy-margin: 0 0 .5rem 0;
65
65
  $copy-line-height: 1.2;
66
66
  $heading-line-height: 1.2;
67
+ $copy-font-weight: normal;
68
+ $heading-font-weight: bold;
67
69
 
68
70
  // BUTTONS
69
71
  $btn-min-width: 145px;
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.8"
2
+ VERSION = "2.0.9"
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.8
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-21 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
@@ -121,6 +121,7 @@ files:
121
121
  - timequake-2.0.5.gem
122
122
  - timequake-2.0.6.gem
123
123
  - timequake-2.0.7.gem
124
+ - timequake-2.0.8.gem
124
125
  - timequake.gemspec
125
126
  homepage:
126
127
  licenses: