Tokenize 20px positioning literals in PageLayout sticky/scroll overlay
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user