active_frontend 14.0.56 → 14.0.57
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_form.scss +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 423d21c42bd7254d7ef43b7834df7f674ca06872
|
|
4
|
+
data.tar.gz: 936521347d186c01299d1b1e6a813e3ccfef248e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea0fb467e4f7aa89dd3fca2946d2c3a93db520a9a09d31ca05168902c5a42bee470909d1f8e5bc4d8ce9c358a8efe402caa8f87f8cbc36327585dfb8ba910df4
|
|
7
|
+
data.tar.gz: 53130f6e9f6de5cd46248e4ba476fdcc8fb68297f0f4ab79d5610f03db7eac49a1869d6250164f2fc374b78a91bbdbca364b221361b719c944a48433de712aeb
|
|
@@ -440,17 +440,17 @@ textarea {
|
|
|
440
440
|
.form-radio {
|
|
441
441
|
&.form-size-l,
|
|
442
442
|
&.form-size-m {
|
|
443
|
-
label { font-size: text-size(m); }
|
|
443
|
+
> label { font-size: text-size(m); }
|
|
444
444
|
}
|
|
445
445
|
&.form-size-s {
|
|
446
|
-
label { font-size: text-size(s); }
|
|
446
|
+
> label { font-size: text-size(s); }
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
.with-floating-label {
|
|
450
450
|
position: relative;
|
|
451
451
|
vertical-align: top;
|
|
452
452
|
|
|
453
|
-
label {
|
|
453
|
+
> label {
|
|
454
454
|
@include transition(all 0.3s ease-in-out);
|
|
455
455
|
background: color(haze);
|
|
456
456
|
border-radius: border-radius(s);
|
|
@@ -467,7 +467,7 @@ textarea {
|
|
|
467
467
|
|
|
468
468
|
&.form-size-l,
|
|
469
469
|
&.form-size-m {
|
|
470
|
-
label {
|
|
470
|
+
> label {
|
|
471
471
|
font-size: text-size(xs);
|
|
472
472
|
left: 21px;
|
|
473
473
|
margin-top: -9px;
|
|
@@ -475,7 +475,7 @@ textarea {
|
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
&.form-size-s {
|
|
478
|
-
label {
|
|
478
|
+
> label {
|
|
479
479
|
font-size: text-size(xxs);
|
|
480
480
|
left: 12px;
|
|
481
481
|
margin-top: -6px;
|
|
@@ -483,10 +483,10 @@ textarea {
|
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
&.dark {
|
|
486
|
-
label { background: color(light-black); }
|
|
486
|
+
> label { background: color(light-black); }
|
|
487
487
|
}
|
|
488
488
|
&.light {
|
|
489
|
-
label { background: color(dark-haze); }
|
|
489
|
+
> label { background: color(dark-haze); }
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
input,
|
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.
|
|
4
|
+
version: 14.0.57
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|