You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
324 B
SCSS

@import "../common/abstracts/variable.scss";
@import "../common/abstracts/_mixin.scss";
@include b(watermark) {
position: absolute;
z-index: 1100;
opacity: 0.5;
left: 0;
right: 0;
top: 0;
bottom: 0;
pointer-events: none;
background-repeat: repeat;
@include when(fullscreen) {
position: fixed;
}
}