cullmann.io/themes/CodeIT/assets/css/_partial/_mask.scss

17 lines
275 B
SCSS
Raw Normal View History

2021-02-18 21:44:01 +01:00
#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;
2021-02-18 22:21:36 +01:00
background-color: rgba(0, 0, 0, 0.25);
2021-02-18 21:44:01 +01:00
}
}