@redseed/redseed-ui-tailwindcss 7.24.2 → 7.25.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.
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@apply pt-3 whitespace-nowrap;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.rsui-form-field-
|
|
14
|
-
@apply
|
|
13
|
+
.rsui-form-field-slot__asterisk {
|
|
14
|
+
@apply text-text-error ml-1;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.rsui-form-field-slot__label label {
|
|
@@ -31,3 +31,11 @@
|
|
|
31
31
|
@apply w-full overflow-auto flex flex-col;
|
|
32
32
|
@apply @3xs/flex-container:flex-[4] @2xl/flex-container:flex-[3] @3xl/flex-container:flex-[2];
|
|
33
33
|
}
|
|
34
|
+
|
|
35
|
+
.rsui-sidebar-layout__sidebar--sticky {
|
|
36
|
+
@apply overflow-visible;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.rsui-sidebar-layout__sidebar-inner {
|
|
40
|
+
@apply sticky top-space-md;
|
|
41
|
+
}
|