active_frontend 14.1.21 → 14.1.22
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 +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41701093881d7c0de38f2b7d5e91123860ad5aa2
|
|
4
|
+
data.tar.gz: 60bb118029c5a3df76737167f558fa17aa32375e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed88e769e82dfc5303155962fd392fa67961fadc3bb22219290f1092af68c8e0072c0c4a468731ec8a2575463e4aa0d6d6edef091b8bb9100cb0f885cab456fc
|
|
7
|
+
data.tar.gz: a2a0c5c67cf447af0dbebbfadca272b01e3beee9efc31732fd5429c98c70bf4ed973188b6184e2ffe70d7604e2f1071c432c7a8bd2371f0857db435a40fb4bd8
|
|
@@ -486,7 +486,7 @@ textarea {
|
|
|
486
486
|
> .form-tags + label {
|
|
487
487
|
@include transition(all 0.3s ease-in-out);
|
|
488
488
|
background: color(haze);
|
|
489
|
-
border-radius: border-radius(
|
|
489
|
+
border-radius: border-radius(b);
|
|
490
490
|
font-size: text-size(xxs);
|
|
491
491
|
font-weight: text-weight(semibold);
|
|
492
492
|
left: 16px;
|
|
@@ -610,7 +610,7 @@ textarea {
|
|
|
610
610
|
border-radius: border-radius(b);
|
|
611
611
|
|
|
612
612
|
label,
|
|
613
|
-
label::after { border-radius: border-radius(
|
|
613
|
+
label::after { border-radius: border-radius(b); }
|
|
614
614
|
}
|
|
615
615
|
.form-radio {
|
|
616
616
|
border-radius: border-radius(xl);
|