Skip to content

Commit

Permalink
Update sidebar spacers between in Vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Oct 22, 2023
1 parent b6b5ff5 commit 01c93bc
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.MapVehiclesSidebarRoute {
font-weight: 500;
font-size: 32px;
line-height: 42px;
line-height: 1.125;
text-align: center;
width: 65px;
border-radius: 4px;
Expand Down Expand Up @@ -144,7 +144,7 @@
padding: 0;
list-style: none;
position: relative;
padding-left: 16px;
padding-left: 21px;
}

.MapVehiclesSidebarHeaderStation {
Expand All @@ -159,7 +159,7 @@
content: '';
width: 3px;
position: absolute;
left: -14px;
left: -18px;
background-color: #d2d9e8;
}

Expand All @@ -181,13 +181,14 @@
height: 11px;
width: 11px;
background-color: white;
left: -18px;
left: -22px;
border: 3px solid #d2d9e8;
transform: translateY(-50%);
transform: translateY(-100%);
}

.MapVehiclesSidebarHeaderBullet_fill {
background-color: #d2d9e8;
transform: translateY(-50%)
}

.MapVehiclesSidebarHeaderBullet_warning {
Expand Down Expand Up @@ -335,7 +336,7 @@
}

.MapVehiclesSidebarAdditionalWrapper {
padding: 40px 24px 50px;
padding: 40px 24px 0;
display: flex;
flex-direction: column;
gap: 32px;
Expand Down

1 comment on commit 01c93bc

@ekbdev
Copy link

@ekbdev ekbdev commented on 01c93bc Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-f8irmlurv-ekbdev.vercel.app
https://ekbdev-transport-feature-map-responsive.vercel.app

Built with commit 01c93bc.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.