12 lines
187 B
SCSS
12 lines
187 B
SCSS
|
.facade {
|
||
|
background: rgba(0, 0, 0, 0.33);
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
}
|