Files
profile/themes/keepit/assets/css/_partial/_mask.scss
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

17 lines
274 B
SCSS

#mask {
background-repeat: no-repeat;
background-position: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: rgba(0, 0, 0, 0);
.blur & {
z-index: 100;
background-color: rgba(0, 0, 0, .25);
}
}