@redseed/redseed-ui-tailwindcss 7.3.4 → 7.3.6
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.
|
@@ -3,10 +3,13 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.rsui-form-fieldset__fields {
|
|
6
|
-
@apply mt-3 px-2;
|
|
7
6
|
@apply flex flex-col gap-3;
|
|
8
7
|
}
|
|
9
8
|
|
|
9
|
+
.rsui-form-fieldset__fields--padded {
|
|
10
|
+
@apply mt-3 px-2;
|
|
11
|
+
}
|
|
12
|
+
|
|
10
13
|
.rsui-form-fieldset__fields .rsui-form-field-slot label {
|
|
11
14
|
@apply font-normal;
|
|
12
15
|
}
|
|
@@ -42,4 +45,3 @@
|
|
|
42
45
|
.rsui-form-fieldset__fields .rsui-form-field-select__icon svg { @apply size-5; }
|
|
43
46
|
.rsui-form-fieldset__fields .rsui-form-field-select__option { @apply py-3 px-2; }
|
|
44
47
|
.rsui-form-fieldset__fields .rsui-form-field-select__option-label { @apply text-sm; }
|
|
45
|
-
|
package/components/meta_info.css
CHANGED