Skip to content

Commit ed693c9

Browse files
committed
sss variable
1 parent 864ab9c commit ed693c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/component/itinerary/navigator/navigator.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$fixed-width-padding: 16px;
2+
13
.navi-start-container {
24
padding: 0 10px;
35

@@ -69,7 +71,7 @@
6971
align-items: center;
7072
letter-spacing: -0.3px;
7173
box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
72-
width: calc(100vw - var(--space-s) * 2);
74+
width: calc(100vw - #{$fixed-width-padding});
7375

7476
&.expanded {
7577
max-height: unset;
@@ -373,7 +375,7 @@
373375
position: fixed;
374376
height: 69px;
375377
letter-spacing: -0.3px;
376-
width: calc(100% - var(--space-s) * 2);
378+
width: calc(100% - #{$fixed-width-padding});
377379
margin-right: 8px;
378380
margin-left: 8px;
379381

0 commit comments

Comments
 (0)