15 lines
213 B
SCSS
15 lines
213 B
SCSS
.nut-watermark {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: $watermark-z-index;
|
|
pointer-events: none;
|
|
background-repeat: repeat;
|
|
|
|
&-full-page {
|
|
position: fixed;
|
|
}
|
|
}
|