timequake 2.0.4 → 2.0.5

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: '044652995ba425f5fecc3529acc86c19eecadaa2d69da132e22d49e2c1a759ed'
4
- data.tar.gz: 482692f0326d48df850fbe899f2e739db989ccfeb5e02e60024cc2ba77adc53f
3
+ metadata.gz: 23a7c0c03c53f8d91efe7ee6791d0378d0a9a0c5160130cbd5d5599a49ed693a
4
+ data.tar.gz: cdab96511a49c87ade5924c82db2ce824c503c6a93cc3292082a9481048b3974
5
5
  SHA512:
6
- metadata.gz: 877e3e970bf9aecb79fd1bebe3c66e2a4672cf6e435c0fbbd9aa5d05cade0e39c824884462035e9d935583e616df53c5eaa88a32031a3d568e5af096bab5838d
7
- data.tar.gz: 3e1c62c6779c0628bd47d4e42108a36ad106da2f453bf9d4c3406ebf1f89bebdc7a218839a2d820f39fd78804c8015c4cc3aa91647e2b073614614686bd4c90c
6
+ metadata.gz: 6938fda8631736bbece9f8ddcb7131386587ffa0dda8094ecdad7d2be44bbf4ac3301cf524002cf209a855d493d6d00127abc6ec2cd43eac3d30574c8cd417d1
7
+ data.tar.gz: 2b9970724c0c9f5f3937ce77585b018d2b2b1c7eb31096e2648911970c420a676c2ed753f1037e3856afe2d18b089af5307d3c617c091796b2a83ea122cecde6
@@ -114,4 +114,10 @@ $btn-mini-padding: 8px !default;
114
114
  min-width: $btn-mini-min-width;
115
115
  padding: $btn-mini-padding;
116
116
  }
117
+
118
+ &[disabled] {
119
+ background-color: $light-gray;
120
+ border-color: $light-gray;
121
+ color: $gray
122
+ }
117
123
  }
@@ -58,6 +58,12 @@ html {
58
58
  .fw-800 { font-weight: 800 !important; }
59
59
  .fw-900 { font-weight: 900 !important; }
60
60
 
61
+ .lh-1 { line-height: 1 !important; }
62
+ .lh-normal { line-height: 1.2 !important; }
63
+ .lh-2 { line-height: 2 !important; }
64
+ .lh-lg { line-height: 2.5 !important; }
65
+ .lh-xl { line-height: 3.5 !important; }
66
+
61
67
  /* TEXT HELPERS */
62
68
  .bold { font-weight: bold !important; }
63
69
  .italic { font-style: italic !important; }
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.4"
2
+ VERSION = "2.0.5"
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.4
4
+ version: 2.0.5
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-11-10 00:00:00.000000000 Z
11
+ date: 2021-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -117,6 +117,7 @@ files:
117
117
  - timequake-2.0.1.gem
118
118
  - timequake-2.0.2.gem
119
119
  - timequake-2.0.3.gem
120
+ - timequake-2.0.4.gem
120
121
  - timequake.gemspec
121
122
  homepage:
122
123
  licenses: