ama_layout 2.3.2 → 2.3.3

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
  SHA1:
3
- metadata.gz: 50a55595e15f733730eec9b546e25f7f890f7790
4
- data.tar.gz: 3fa0843aab5b583f820d5920099f8634b64b6903
3
+ metadata.gz: f1de5e2bbb53c872bc2ca0bf772f37b540723466
4
+ data.tar.gz: a6652311b077585724225d26114365082b6a114a
5
5
  SHA512:
6
- metadata.gz: 72ef7009d2cad6088c6e86e7ec00397b7dc36c0c7e475cdd6236af536e694f37f236c30f29c0a314ebded62c2a1dc61478777d5255d308bb8c7d99a2ffee16be
7
- data.tar.gz: bb6e9e3dd40e73829a7f363d77bab0602cf9b260b14794ae6209f5667e4e9cd848fe1a5d466aa7a4d1242c8d76e7dce3f993257bd3c82fd13301fa3b03eb501b
6
+ metadata.gz: df712573207eb2b526c842b989dab7fe2d086334b1dc0b8ce4138a2f079c90d91be9997f277f523c12385477fdcbf04248c578fd5e9a72b3c6f873853c971520
7
+ data.tar.gz: 0c3413fb7977da4e8f3117a8b3d02f3c2a9d0da40e0765770e93ed36c1af61a66e2659f992a4415055b3f72173fc67f58cd737c8f362d8914076b807275b4f98
@@ -155,7 +155,8 @@ input[type="checkbox"]:checked + label{
155
155
  margin-left: $base-margin*6;
156
156
  }
157
157
 
158
- .month, .year{
158
+ .month,
159
+ .year{
159
160
  @extend %inputs-thirds;
160
161
  }
161
162
 
@@ -164,6 +165,15 @@ input[type="checkbox"]:checked + label{
164
165
  margin: 0 5%;
165
166
  }
166
167
 
168
+ .hour,
169
+ .minute{
170
+ @extend %inputs-halves;
171
+ }
172
+
173
+ .minute{
174
+ float: right;
175
+ }
176
+
167
177
  p.hint{
168
178
  font-size: $base-font-size*0.85;
169
179
  color: darken($smoke, 15%);
@@ -91,4 +91,9 @@
91
91
  width: 48.5%;
92
92
  margin-top: 1.5%;
93
93
  }
94
+
95
+ .hour,
96
+ .minute{
97
+ margin: $base-margin*2 0;
98
+ }
94
99
  }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = "2.3.2"
2
+ VERSION = '2.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -384,3 +384,4 @@ test_files:
384
384
  - spec/internal/log/.gitignore
385
385
  - spec/internal/public/favicon.ico
386
386
  - spec/spec_helper.rb
387
+ has_rdoc: