From e674200e67b33ecead86b56e32ba9830341bf9f5 Mon Sep 17 00:00:00 2001 From: Alexander Chabin Date: Sun, 22 Oct 2023 15:16:27 +0500 Subject: [PATCH] Update sidebar spacers between in VehicleInfoSidebar --- .../Vehicles/Sidebar/MapVehiclesSidebar.module.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/components/Map/Vehicles/Sidebar/MapVehiclesSidebar.module.css b/client/components/Map/Vehicles/Sidebar/MapVehiclesSidebar.module.css index d7300d2d..edf270ed 100644 --- a/client/components/Map/Vehicles/Sidebar/MapVehiclesSidebar.module.css +++ b/client/components/Map/Vehicles/Sidebar/MapVehiclesSidebar.module.css @@ -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; @@ -144,7 +144,7 @@ padding: 0; list-style: none; position: relative; - padding-left: 16px; + padding-left: 21px; } .MapVehiclesSidebarHeaderStation { @@ -159,7 +159,7 @@ content: ''; width: 3px; position: absolute; - left: -14px; + left: -18px; background-color: #d2d9e8; } @@ -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 { @@ -273,7 +274,6 @@ background-color: white; left: -1px; border: 3px solid; - transform: translateY(-50%); } .MapVehiclesSidebarBullet_big { @@ -335,7 +335,7 @@ } .MapVehiclesSidebarAdditionalWrapper { - padding: 40px 24px 50px; + padding: 40px 24px 0; display: flex; flex-direction: column; gap: 32px;