active_frontend 14.0.3 → 14.0.4

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: 6b146f9bb68bcc325a08a21d8e24b6aad6576e3b
4
- data.tar.gz: 40b09298f49ee35838f2063c9d09fcd6b5f1c7cd
3
+ metadata.gz: 69fac5ad5ffb81ebc3825a42f0d8443925d5b58c
4
+ data.tar.gz: b544e7baec7f8be48113e5a98de0adbf1c677941
5
5
  SHA512:
6
- metadata.gz: 798e60540150e77fdb1ac642f4c28ea1e467a2df440690c43a19d0d6330c1b56da811a6ff5e29826d699f49acce7f71b515c55fff988277846189077e2d7061c
7
- data.tar.gz: c7dce26653cf6502a8ea4c23e58190865b3a9778487dc2cb9b5a0abc83c29bc7aaf259ef31b230c8ef6d25f8dfe87f967adfe3c81a3ebf4ca39d93db25c558c5
6
+ metadata.gz: c1c0a6c6e589a1c87c42694274a90bbb5a8e19ec647de0c0f1138a80e389f521e724d10dbb47a2cdc32b7fb9e7c5f390bcda93fed9bbb73756e07e9323f95e0e
7
+ data.tar.gz: fb1db710bd281824979f9da0cb80bdd1dc9265832e0910b04b9c8b5410591944c3b8ba866863ca2ad838bf06f42ed55bfdd1799e0aa5abf0fe93907ba81c7d4f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.3'.freeze
2
+ VERSION = '14.0.4'.freeze
3
3
  end
@@ -317,6 +317,10 @@ textarea {
317
317
 
318
318
  &:hover { background: color(haze); }
319
319
  }
320
+ + label {
321
+ margin-top: 2px;
322
+ vertical-align: top;
323
+ }
320
324
  input[type='checkbox'],
321
325
  input[type='radio'] {
322
326
  margin: 0;
@@ -334,16 +338,22 @@ textarea {
334
338
  height: 26px;
335
339
  line-height: 26px;
336
340
  width: 26px;
341
+
342
+ + label { margin-top: 7px; }
337
343
  }
338
344
  &.form-size-m {
339
345
  height: 22px;
340
346
  line-height: 22px;
341
347
  width: 22px;
348
+
349
+ + label { margin-top: 5px; }
342
350
  }
343
351
  &.form-size-s {
344
352
  height: 14px;
345
353
  line-height: 14px;
346
354
  width: 14px;
355
+
356
+ + label { margin-top: 0; }
347
357
  }
348
358
  &.dark {
349
359
  background: color(dark-black);
@@ -387,13 +397,14 @@ textarea {
387
397
  label {
388
398
  @include transition(all 0.3s ease-in-out);
389
399
  font-size: text-size(xxs);
390
- font-weight: text-weight(bold);
400
+ font-weight: text-weight(semibold);
391
401
  left: 16px;
392
402
  margin: 2px 0 0;
393
403
  opacity: 0;
394
404
  position: absolute;
395
405
  top: 20px;
396
406
  }
407
+
397
408
  &.form-size-l,
398
409
  &.form-size-m {
399
410
  label {
@@ -402,6 +413,9 @@ textarea {
402
413
  margin-top: 3px;
403
414
  }
404
415
  }
416
+ &.form-size-m {
417
+ label { margin-top: 2px; }
418
+ }
405
419
  &.form-size-s {
406
420
  label {
407
421
  font-size: text-size(xxxs);
@@ -409,6 +423,7 @@ textarea {
409
423
  margin-top: 1px;
410
424
  }
411
425
  }
426
+
412
427
  input,
413
428
  textarea,
414
429
  select {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.3
4
+ version: 14.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails