active_frontend 12.4.24 → 12.4.25
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f9b5a7b84be8b475f1e7456ac33ce5833aee88b
|
|
4
|
+
data.tar.gz: e4b88e45970255dd23079ff0ec6407445bf0e537
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6bad36dfe6806674a055ec3582219c4133c34d6333e1e382e467c5a203b64d8a8c2c4df60842385c0c65ae6dd9fa582f81e15095f2ed237d9f8961c3468b2c6
|
|
7
|
+
data.tar.gz: 614ce6a081708392eb640d358579d977bef412358638640b6556a5c02003ad6c8c77e4c1221ef5532848e79ab7d1d5de6946d080f015809829d0088d14a19055
|
|
@@ -249,6 +249,7 @@ select[disabled] {
|
|
|
249
249
|
color: $color-gray;
|
|
250
250
|
padding: 0 13px;
|
|
251
251
|
}
|
|
252
|
+
.form-input-group-addon > label { margin-top: 7px !important; }
|
|
252
253
|
.form-input-group-addon > i {
|
|
253
254
|
display: block;
|
|
254
255
|
font-size: 19px;
|
|
@@ -505,14 +506,14 @@ select[disabled] {
|
|
|
505
506
|
.form-condensed .form-input-group-addon i,
|
|
506
507
|
.form-condensed .form-file-group-addon i { font-size: 14px; }
|
|
507
508
|
.form-condensed input,
|
|
508
|
-
.form-condensed textarea
|
|
509
|
-
.form-condensed select {
|
|
509
|
+
.form-condensed textarea {
|
|
510
510
|
font-size: 12px;
|
|
511
|
-
padding-bottom:
|
|
511
|
+
padding-bottom: 7px;
|
|
512
512
|
padding-top: 7px;
|
|
513
513
|
}
|
|
514
514
|
.form-condensed select {
|
|
515
|
-
|
|
515
|
+
font-size: 12px;
|
|
516
|
+
padding-bottom: 8px;
|
|
516
517
|
padding-top: 8px;
|
|
517
518
|
}
|
|
518
519
|
.form-condensed button,
|