Tokenize 20px sticky position literals in PageLayout column-left
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user