timequake 1.0.6 → 1.0.7

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: 02e7d4a0677994298d77ef8f9e2b3c4dd692ea3f94d583d15a3e4056a153ac3a
4
- data.tar.gz: 8d97bfbbcf2db6b78dddb816de88121b294882d169645d35a5ec80addb22f0ad
3
+ metadata.gz: 79a7c68185e46ccb772028029ca4a09a507a541c137c462ae73eda51417311d1
4
+ data.tar.gz: babfc686b75b32a660db6731005eafd0fbaf980695eb1009359cf80787bc5bab
5
5
  SHA512:
6
- metadata.gz: ef1a83bf3c701c116bbcf29368767a4fb5e4d07d43d08b2fbf5a419d869e71d93cf03497fb1ef3843242bbd4c98777f74a3a86fcdcc8cef36f31425e65a54e82
7
- data.tar.gz: fa085e85fa5eaf18d0bbc4adc0271ab13970b98b356e864240cf31cb76b8344fa6846b0384240fba5c9cfa7e149d4d48ef15ed8b59fd52c2c1e4a0066df0d9c9
6
+ metadata.gz: a6a8cdc52f7536b5e72f5caff03a6a11bd1d2fa317eb34e3738b302244a9bd079378951fb4f0ec7b5e7501d530e58e70ce18c54e8e2d3d9a42645687c9d74c52
7
+ data.tar.gz: 89707f195bd45718e4b700765386fcb8f7e6ba0ff69a1e27d5653994c4dfc7cd28796e563776ba87512ab014fdfd6e1767d589b6eb9098b7941b98bf4b707a27
@@ -11,6 +11,8 @@ $label-font: $form-font !default;
11
11
  $input-font-size: $copy-font-size !default;
12
12
  $label-font-size: $copy-font-size !default;
13
13
  $file-font-size: 14px !default;
14
+ $checkbox-width: 16px !default;
15
+ $checkbox-margin-bottom: 8px !default;
14
16
 
15
17
  form {
16
18
  input,
@@ -39,6 +41,11 @@ form {
39
41
 
40
42
  input[type='submit'] { height: auto; }
41
43
 
44
+ input[type='checkbox'] {
45
+ width: $checkbox-width;
46
+ margin-bottom: $checkbox-margin-bottom;
47
+ }
48
+
42
49
  label {
43
50
  display: inline-block;
44
51
  margin-bottom: $label-margin-bottom;
@@ -77,6 +77,8 @@ $label-font: $form-font;
77
77
  $input-font-size: $copy-font-size;
78
78
  $label-font-size: $copy-font-size;
79
79
  $file-font-size: 14px;
80
+ $checkbox-width: 16px;
81
+ $checkbox-margin-bottom: 8px;
80
82
 
81
83
  // MODALS
82
84
  $modal-bg-color: $white;
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
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: 1.0.6
4
+ version: 1.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: 2020-07-29 00:00:00.000000000 Z
11
+ date: 2020-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails