soneta-ui-style

This commit is contained in:
Marcin Wojas
2026-03-22 20:56:25 +01:00
parent ccaf27e569
commit 81b895cf2f
707 changed files with 33942 additions and 0 deletions
@@ -0,0 +1,26 @@
@import "./Variables.scss";
.popup-window-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 290000;
background-color: $nav_popup_overlay_bg;
}
.popup {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
background-color: $popup_overlay;
}
.popup-window {
position: fixed;
z-index: 300000;
}