@redseed/redseed-ui-tailwindcss 7.8.0 → 7.8.1
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.
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
/* Default: sidebar stacks to top, appears on the right when side-by-side */
|
|
6
6
|
.rsui-sidebar-layout__container {
|
|
7
|
-
@apply flex-col-reverse @
|
|
7
|
+
@apply flex-col-reverse @2xl/flex-container:flex-row;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* stackBottom: sidebar stacks to bottom instead of top, only when stacked */
|
|
11
11
|
.rsui-sidebar-layout__container--stack-bottom {
|
|
12
|
-
@apply flex-col @
|
|
12
|
+
@apply flex-col @2xl/flex-container:flex-row;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* stackOff: always side-by-side, never stacks */
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
/* sidebarLeft: sidebar appears on the left when side-by-side */
|
|
21
21
|
.rsui-sidebar-layout__container--sidebar-left {
|
|
22
|
-
@apply @
|
|
22
|
+
@apply @2xl/flex-container:flex-row-reverse;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.rsui-sidebar-layout__main {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
|
|
30
30
|
.rsui-sidebar-layout__sidebar {
|
|
31
31
|
@apply w-full overflow-auto flex flex-col;
|
|
32
|
-
@apply @3xs/flex-container:flex-[4] @
|
|
32
|
+
@apply @3xs/flex-container:flex-[4] @2xl/flex-container:flex-[3] @3xl/flex-container:flex-[2];
|
|
33
33
|
}
|