This commit is contained in:
2026-01-05 12:47:14 +08:00
commit 1fc846fae3
1614 changed files with 162035 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.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;
}
}