6 lines
91 B
SCSS
6 lines
91 B
SCSS
|
.bottom-popup-modal {
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
background: rgba(0, 0, 0, 0.5);
|
||
|
}
|