@fileverse/ui 4.1.7-patch-37 → 4.1.7-patch-38
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/index.css +6 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2801,6 +2801,12 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2801
2801
|
.gap-2xsm {
|
|
2802
2802
|
gap: 4px !important;
|
|
2803
2803
|
}
|
|
2804
|
+
.gap-3xsm {
|
|
2805
|
+
gap: 2px !important;
|
|
2806
|
+
}
|
|
2807
|
+
.gap-md {
|
|
2808
|
+
gap: 16px !important;
|
|
2809
|
+
}
|
|
2804
2810
|
|
|
2805
2811
|
.border-radius-sm {
|
|
2806
2812
|
border-radius: 4px !important;
|