0.0.140 routes

This commit is contained in:
SBD
2025-02-01 14:07:30 +03:00
parent 70dd911445
commit 293b7c9f6f
13 changed files with 188 additions and 15 deletions

View File

@@ -0,0 +1,15 @@
.modal {
display: none;
&.open{
display: block;
}
.overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000009C;
z-index: 10000000;
}
}