0.0.140 routes
This commit is contained in:
15
static/v2/css/service/modal.css
Normal file
15
static/v2/css/service/modal.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user