We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864ab9c commit ed693c9Copy full SHA for ed693c9
app/component/itinerary/navigator/navigator.scss
@@ -1,3 +1,5 @@
1
+$fixed-width-padding: 16px;
2
+
3
.navi-start-container {
4
padding: 0 10px;
5
@@ -69,7 +71,7 @@
69
71
align-items: center;
70
72
letter-spacing: -0.3px;
73
box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
- width: calc(100vw - var(--space-s) * 2);
74
+ width: calc(100vw - #{$fixed-width-padding});
75
76
&.expanded {
77
max-height: unset;
@@ -373,7 +375,7 @@
373
375
position: fixed;
374
376
height: 69px;
377
- width: calc(100% - var(--space-s) * 2);
378
+ width: calc(100% - #{$fixed-width-padding});
379
margin-right: 8px;
380
margin-left: 8px;
381
0 commit comments