Skip to content

Commit

Permalink
sss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiik91 committed Dec 20, 2024
1 parent 864ab9c commit ed693c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/component/itinerary/navigator/navigator.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$fixed-width-padding: 16px;

.navi-start-container {
padding: 0 10px;

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

&.expanded {
max-height: unset;
Expand Down Expand Up @@ -373,7 +375,7 @@
position: fixed;
height: 69px;
letter-spacing: -0.3px;
width: calc(100% - var(--space-s) * 2);
width: calc(100% - #{$fixed-width-padding});
margin-right: 8px;
margin-left: 8px;

Expand Down

0 comments on commit ed693c9

Please sign in to comment.