timequake 2.0.1 → 2.0.2

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: 0a8fe5840319d157117ca50b65f1e2496b108e024e158db329c0dcdd1ba8e87e
4
- data.tar.gz: d9923ee3389d2f1585231484f9013b25ff4a4139eb24c1fd1fc69331fcd14dfc
3
+ metadata.gz: 0b92cb66523dd4ab7bfadcb33fb97e67e372d286f481823987c8c281c8f05c54
4
+ data.tar.gz: 1ee63a1c634f52a0bf641e44ba0736dfb49e47763e96735cf1234ab3840405e2
5
5
  SHA512:
6
- metadata.gz: 32d43a90665204782d5ecc702962f788e3a8ee64efc6bf4f4cd559e6da87a7b17108983f1c231937bc8822afc901a5b26ae56e9ff0613967878ef6b50d09fdd0
7
- data.tar.gz: 16decfab781847462a3757c49d5f2416b3def26c8cd3d713a59d8a5d169c22da9e827991c77e0b494d2960a7e8ca0b979b31adcda62b723829eefd52aec18ed2
6
+ metadata.gz: 10ee1d30db753803783fbfc9550d294ec786edb2c2fef45439d032e50b5c288cd0fe150d58c288ee1109d330e270b1142024d73567d1aa85d9744d85b398cea4
7
+ data.tar.gz: b3b0821410c61121428086f08da0551abbbc7f6c94cad0410fdf6d3c7930c2b8e2f073e6a8d2bc61f5a244e997e8cda8f8acbce9a02e7c1bf8c527ab9c5dd9d8
@@ -7,6 +7,8 @@ $desktop-gutter: 0 10px !default;
7
7
  flex-wrap: wrap;
8
8
  max-width: $row-width;
9
9
  margin: 0 auto;
10
+
11
+ &.full-width { max-width: none; }
10
12
  }
11
13
 
12
14
  .column {
@@ -44,8 +44,8 @@ html {
44
44
  .heading-5 { font-size: $heading-5-font-size; }
45
45
  .heading-6 { font-size: $heading-6-font-size; }
46
46
 
47
- @for $i from 1 through 100 {
48
- .fz-#{$i} { font-size: #{$i}px; }
47
+ @for $i from 1 through 200 {
48
+ .fz-#{$i} { font-size: #{$i}px !important; }
49
49
  }
50
50
 
51
51
  .fw-100 { font-weight: 100 !important; }
@@ -1,6 +1,7 @@
1
1
  $main-overflow: hidden !default;
2
2
  $section-padding-desktop: 2rem 0 !default;
3
3
  $section-padding-mobile: 1rem 0 !default;
4
+ $link-hover-color: $primary-color !default;
4
5
 
5
6
  * {
6
7
  box-sizing: border-box;
@@ -22,6 +23,8 @@ a {
22
23
  color: inherit;
23
24
  text-decoration: none;
24
25
  transition: 300ms;
26
+
27
+ &.link:hover { color: $link-hover-color; }
25
28
  }
26
29
 
27
30
  ul,
@@ -127,6 +127,7 @@ $table-font-size: $copy-font-size;
127
127
  $main-overflow: hidden;
128
128
  $section-padding-desktop: 2rem 0;
129
129
  $section-padding-mobile: 1rem 0;
130
+ $link-hover-color: $primary-color;
130
131
 
131
132
  @import 'timequake/index';
132
133
 
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
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.1
4
+ version: 2.0.2
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-08-26 00:00:00.000000000 Z
11
+ date: 2021-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -114,6 +114,7 @@ files:
114
114
  - lib/timequake/engine.rb
115
115
  - lib/timequake/errors.rb
116
116
  - lib/timequake/version.rb
117
+ - timequake-2.0.1.gem
117
118
  - timequake.gemspec
118
119
  homepage:
119
120
  licenses: