active_frontend 12.4.31 → 12.4.32
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: aefa7cad69fbf72d3013ede7b67b96c37276aaf2
|
4
|
+
data.tar.gz: ef9075c9912eb8cf992fb03a120b7ed1125f35fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b43d4117ce3e5d8f5cd1096e677e3811c96460ad58ed0e9478c694afddb6f985badb13ba965f7de8c926fd6be76b5e82355aa455bebeb9d73c630009bc7604ba
|
7
|
+
data.tar.gz: 379c0a37665d5bbf1117af97494d51110fa6dcf1d39083a0137a6022da26741bb1927b427590168c768fb0e2c38d78380e3788ddc51053e1aa209a9c388e5922
|
@@ -262,16 +262,17 @@ $onwhite-colors: (
|
|
262
262
|
border-radius: 0;
|
263
263
|
position: relative;
|
264
264
|
}
|
265
|
-
.btn-group > .btn-outline { margin-left: -1px; }
|
266
265
|
.btn-group > .btn:first-child {
|
267
266
|
border-bottom-left-radius: 2px;
|
268
267
|
border-top-left-radius: 2px;
|
269
|
-
margin-left: 0;
|
270
268
|
}
|
271
|
-
.btn-group > .btn:last-child
|
269
|
+
.btn-group > .btn:last-child,
|
270
|
+
.btn-group > .dropdown-toggle {
|
272
271
|
border-bottom-right-radius: 2px;
|
273
272
|
border-top-right-radius: 2px;
|
274
273
|
}
|
274
|
+
.btn-group > .btn-outline { margin-left: -1px; }
|
275
|
+
.btn-group > .btn-outline:first-child { margin-left: -1px; }
|
275
276
|
.btn-group-vertical > .btn {
|
276
277
|
display: block;
|
277
278
|
margin-left: 0;
|
@@ -279,16 +280,19 @@ $onwhite-colors: (
|
|
279
280
|
width: 100%;
|
280
281
|
}
|
281
282
|
.btn-group-vertical > .btn-outline { margin-top: -1px; }
|
283
|
+
.btn-group-vertical > .btn-outline:first-child { margin-top: 0; }
|
282
284
|
.btn-group-vertical > .btn:first-child {
|
283
285
|
border-radius: 0;
|
284
286
|
border-top-right-radius: 2px;
|
285
287
|
border-top-left-radius: 2px;
|
286
288
|
}
|
287
|
-
.btn-group-vertical > .btn:last-child
|
289
|
+
.btn-group-vertical > .btn:last-child,
|
290
|
+
.btn-group-vertical > .dropdown-toggle {
|
288
291
|
border-radius: 0;
|
289
292
|
border-bottom-right-radius: 2px;
|
290
293
|
border-bottom-left-radius: 2px;
|
291
294
|
}
|
295
|
+
.btn-group > .btn:only-child,
|
292
296
|
.btn-group-vertical > .btn:only-child { border-radius: 2px; }
|
293
297
|
.btn-group > .btn-outline:hover,
|
294
298
|
.btn-group > .btn-outline:active,
|
@@ -547,7 +547,9 @@ select[disabled] {
|
|
547
547
|
|
548
548
|
/* # Colors
|
549
549
|
================================================== */
|
550
|
-
.form-dark
|
550
|
+
.form-dark,
|
551
|
+
.form-dark .form-input-group-addon,
|
552
|
+
.form-dark .form-file-group-button { color: $color-white; }
|
551
553
|
.form-dark legend,
|
552
554
|
.form-dark select,
|
553
555
|
.form-dark textarea,
|
@@ -598,7 +600,8 @@ select[disabled] {
|
|
598
600
|
.form-dark textarea[disabled],
|
599
601
|
.form-dark select[disabled],
|
600
602
|
.form-dark .form-error-messages,
|
601
|
-
.form-dark .form-input-group-addon
|
603
|
+
.form-dark .form-input-group-addon,
|
604
|
+
.form-dark .form-file-group-button { background: $color-black; }
|
602
605
|
.form-dark .form-checkbox,
|
603
606
|
.form-dark .form-radio { background: $color-dark-black; }
|
604
607
|
.form-light legend,
|
@@ -626,7 +629,8 @@ select[disabled] {
|
|
626
629
|
.form-light input[disabled],
|
627
630
|
.form-light textarea[disabled],
|
628
631
|
.form-light select[disabled],
|
629
|
-
.form-light .form-input-group-addon
|
632
|
+
.form-light .form-input-group-addon,
|
633
|
+
.form-light .form-file-group-button { background: $color-haze; }
|
630
634
|
.form-light .form-error-messages { background: $color-white; }
|
631
635
|
.form-light .form-checkbox,
|
632
636
|
.form-light .form-radio { background: $color-dark-haze; }
|
@@ -196,5 +196,9 @@ only screen and ( -o-min-device-pixel-ratio: 2/1),
|
|
196
196
|
only screen and ( min-device-pixel-ratio: 2),
|
197
197
|
only screen and ( min-resolution: 192dpi),
|
198
198
|
only screen and ( min-resolution: 2dppx) {
|
199
|
+
.modal-header,
|
200
|
+
.modal-footer,
|
201
|
+
.modal-footer-btn { border-width: 0.5px; }
|
202
|
+
.modal-footer-btn:last-child { border-right: 0; }
|
199
203
|
.modal-header > h3 { letter-spacing: 0.5px; }
|
200
204
|
}
|