@kiefer-tek/sophea-design-system 0.15.0 → 0.15.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.
- package/dist/index.css +5 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10852,7 +10852,10 @@ html[data-resizing] .sn-AppShell-module__sidebar--9-Zb9 {
|
|
|
10852
10852
|
}
|
|
10853
10853
|
|
|
10854
10854
|
/* nous MainContainer: @container z-app-layout flex flex-col flex-1 min-h-0
|
|
10855
|
-
overflow-y-auto overflow-x-hidden relative
|
|
10855
|
+
overflow-y-auto overflow-x-hidden relative.
|
|
10856
|
+
Padding is shell-owned so routed content never sits flush against the
|
|
10857
|
+
header — consumers should NOT add their own outer page padding on top
|
|
10858
|
+
(it would stack). Tunable via --shell-main-padding. */
|
|
10856
10859
|
.sn-AppShell-module__mainContent--PiDsZ {
|
|
10857
10860
|
position: relative;
|
|
10858
10861
|
display: flex;
|
|
@@ -10863,6 +10866,7 @@ html[data-resizing] .sn-AppShell-module__sidebar--9-Zb9 {
|
|
|
10863
10866
|
overflow-y: auto;
|
|
10864
10867
|
overflow-x: hidden;
|
|
10865
10868
|
container-type: inline-size;
|
|
10869
|
+
padding: var(--shell-main-padding, 1.25rem 1.5rem);
|
|
10866
10870
|
}
|
|
10867
10871
|
|
|
10868
10872
|
/* -------------------------------------------------------------- Header */
|