@sikka/hawa 0.0.147 → 0.0.148
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/styles.css +7 -0
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +4 -3
- package/src/styles.css +7 -0
- package/src/tailwind.css +7 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.780d09cf.iframe.bundle.js → main.238888aa.iframe.bundle.js} +1 -1
- package/storybook-static/project.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1784,6 +1784,13 @@ body {
|
|
|
1784
1784
|
font-family: "IBM Plex Sans Arabic", sans-serif;
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
|
+
.layoutBody_open {
|
|
1788
|
+
background-color: red;
|
|
1789
|
+
/* left: 10rem; */
|
|
1790
|
+
position: fixed;
|
|
1791
|
+
left: 56px;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1787
1794
|
.after\:absolute::after {
|
|
1788
1795
|
content: var(--tw-content);
|
|
1789
1796
|
position: absolute;
|