Tokenize 20px positioning literals in PageLayout sticky/scroll overlay

This commit is contained in:
2026-04-20 21:00:46 +03:00
parent db0365833f
commit 5892310201
+2 -2
View File
@@ -127,7 +127,7 @@
@include screen.gt-mobile {
position: sticky;
z-index: 1000;
top: 20px;
top: vars.$space-xl;
}
}
@@ -140,7 +140,7 @@
z-index: 999;
top: 0;
left: 0;
width: calc(100% - 20px);
width: calc(100% - #{vars.$space-xl});
height: 25px;
background-color: colors.$blue-dark;
background-image: url("/assets/img/background.jpg");