hensei-web/components/Overlay/index.scss
2022-01-24 21:54:50 -08:00

12 lines
No EOL
156 B
SCSS

.Overlay {
background: black;
position: absolute;
opacity: 0.28;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 2;
}