timequake 2.0.0 → 2.0.1

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: 6916c37f129a594f1edafc956758e5c6509f4f7f0cc3056e0cddd8db3893f923
4
- data.tar.gz: f9733fb51c84d7b2b2f575ebb082bf871e0fef4148c1b99ee9f2115bb27f8abd
3
+ metadata.gz: 0a8fe5840319d157117ca50b65f1e2496b108e024e158db329c0dcdd1ba8e87e
4
+ data.tar.gz: d9923ee3389d2f1585231484f9013b25ff4a4139eb24c1fd1fc69331fcd14dfc
5
5
  SHA512:
6
- metadata.gz: 15cfd7e03a19607a1c9cbabd3f502170334b5701bd834c99ea71106cbaad38e234bac5fafbc46ee1056774cd78ea3f4a945235badfc22f805de0ee73098d6ae2
7
- data.tar.gz: 226c4bc3e913e665ca6687606505bf8721304f8cdb3ba99e15eaee00c0bf30540fec843b32b523794c82c3566961c8272ee6ad2878ab129d07c77876db3ad85d
6
+ metadata.gz: 32d43a90665204782d5ecc702962f788e3a8ee64efc6bf4f4cd559e6da87a7b17108983f1c231937bc8822afc901a5b26ae56e9ff0613967878ef6b50d09fdd0
7
+ data.tar.gz: 16decfab781847462a3757c49d5f2416b3def26c8cd3d713a59d8a5d169c22da9e827991c77e0b494d2960a7e8ca0b979b31adcda62b723829eefd52aec18ed2
@@ -62,4 +62,21 @@ form {
62
62
  font-weight: bold;
63
63
  text-transform: capitalize;
64
64
  }
65
+
66
+ .radio-btn {
67
+ display: flex;
68
+ align-items: center;
69
+
70
+ label { font-weight: normal; }
71
+
72
+ input {
73
+ margin-right: 5px;
74
+ }
75
+ }
76
+
77
+ .radio-btn-group {
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ }
65
82
  }
@@ -1,13 +1,19 @@
1
+ $row-width: 1200px !default;
2
+ $mobile-gutter: 0 10px !default;
3
+ $desktop-gutter: 0 10px !default;
4
+
1
5
  .row {
2
6
  display: flex;
3
7
  flex-wrap: wrap;
4
- max-width: 1200px;
8
+ max-width: $row-width;
5
9
  margin: 0 auto;
6
10
  }
7
11
 
8
12
  .column {
9
13
  width: 100%;
10
- padding: 0 10px;
14
+ padding: $mobile-gutter;
15
+
16
+ @media (min-width: $large) { padding: $desktop-gutter; }
11
17
 
12
18
  &.no-gutters { padding: 0; }
13
19
  }
@@ -37,5 +37,7 @@ img {
37
37
  display: inline-block;
38
38
  vertical-align: middle;
39
39
  max-width: 100%;
40
+ max-height: 100%;
41
+ width: auto;
40
42
  height: auto;
41
43
  }
@@ -16,6 +16,11 @@ $large: 800px;
16
16
  $xlarge: 1200px;
17
17
  $xxlarge: 1900px;
18
18
 
19
+ //LAYOUT
20
+ $row-width: 1200px;
21
+ $mobile-gutter: 0 10px;
22
+ $desktop-gutter: 0 10px;
23
+
19
24
  // COLORS
20
25
  // class e.g.
21
26
  // .black { color: $black !important; }
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
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: 2.0.0
4
+ version: 2.0.1
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-10-15 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.1.2
137
+ rubygems_version: 3.1.6
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Grid and class helper css/sass library