@vuecs/forms 5.2.3 → 5.3.0
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.
- package/dist/style.css +40 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -51,6 +51,16 @@
|
|
|
51
51
|
opacity: .5;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
.vc-form-checkbox-xs {
|
|
55
|
+
width: .625rem;
|
|
56
|
+
height: .625rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.vc-form-checkbox-xs .vc-form-checkbox-indicator:before {
|
|
60
|
+
width: .375rem;
|
|
61
|
+
height: .375rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
54
64
|
.vc-form-checkbox-sm {
|
|
55
65
|
width: .75rem;
|
|
56
66
|
height: .75rem;
|
|
@@ -312,6 +322,16 @@
|
|
|
312
322
|
transform: translate(-50%, -50%);
|
|
313
323
|
}
|
|
314
324
|
|
|
325
|
+
.vc-form-radio-xs {
|
|
326
|
+
width: .625rem;
|
|
327
|
+
height: .625rem;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.vc-form-radio-xs .vc-form-radio-indicator {
|
|
331
|
+
width: .3125rem;
|
|
332
|
+
height: .3125rem;
|
|
333
|
+
}
|
|
334
|
+
|
|
315
335
|
.vc-form-radio-sm {
|
|
316
336
|
width: .75rem;
|
|
317
337
|
height: .75rem;
|
|
@@ -446,6 +466,12 @@
|
|
|
446
466
|
margin: .25rem 0;
|
|
447
467
|
}
|
|
448
468
|
|
|
469
|
+
.vc-form-select-trigger-xs {
|
|
470
|
+
padding: .125rem .4rem;
|
|
471
|
+
font-size: .7rem;
|
|
472
|
+
line-height: .9rem;
|
|
473
|
+
}
|
|
474
|
+
|
|
449
475
|
.vc-form-select-trigger-sm {
|
|
450
476
|
padding: .25rem .5rem;
|
|
451
477
|
font-size: .75rem;
|
|
@@ -691,6 +717,20 @@
|
|
|
691
717
|
translate: 1rem;
|
|
692
718
|
}
|
|
693
719
|
|
|
720
|
+
.vc-form-switch-xs {
|
|
721
|
+
width: 1.5rem;
|
|
722
|
+
height: .875rem;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.vc-form-switch-xs .vc-form-switch-thumb {
|
|
726
|
+
width: .5rem;
|
|
727
|
+
height: .5rem;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.vc-form-switch-xs[data-state="checked"] .vc-form-switch-thumb {
|
|
731
|
+
translate: .625rem;
|
|
732
|
+
}
|
|
733
|
+
|
|
694
734
|
.vc-form-switch-sm {
|
|
695
735
|
width: 1.75rem;
|
|
696
736
|
height: 1rem;
|