Tokenize 20px sticky position literals in PageLayout column-left

This commit is contained in:
2026-04-20 21:02:06 +03:00
parent 5892310201
commit e44eedbab7
+2 -2
View File
@@ -28,8 +28,8 @@
&__column-left {
position: sticky;
top: 20px;
bottom: 20px;
top: vars.$space-xl;
bottom: vars.$space-xl;
z-index: 1001;
flex-shrink: 0;