Skip to content

Commit

Permalink
Remove changes in MapVehicesSidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Nov 26, 2023
1 parent 0299cfc commit aa825f8
Showing 1 changed file with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@
.MapVehiclesSidebarVehicleInfo {
display: flex;
gap: 8px;
align-items: center;
}

.MapVehiclesSidebarVehicleFeatures {
padding: 4px 6px;
display: flex;
gap: 5px;
align-items: center;
justify-content: center;
}

.MapVehiclesSidebarVehicleFeatureIcon_bus > path {
Expand All @@ -76,10 +79,10 @@
.MapVehiclesSidebarVelocity {
position: relative;
display: flex;
align-items: center;
flex-direction: column;
width: 40px;
height: 40px;
align-items: center;
font-weight: 600;
font-size: 18px;
line-height: 20px;
Expand Down Expand Up @@ -326,21 +329,26 @@
padding: 40px 24px 0;
display: flex;
flex-direction: column;
gap: 32px;
}

.MapVehiclesSidebarAdditional {
display: flex;
flex-direction: column;
gap: 40px;
gap: 32px;
align-items: center;
text-align: center;
}

.MapVehiclesSidebarAdditionalTitle {
text-align: center;
}

.MapVehiclesSidebarOperatorWrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
}

.MapVehiclesSidebarAdditionalLabel {
Expand All @@ -349,9 +357,8 @@
line-height: 13px;
letter-spacing: 0.06em;
color: var(--text-primary);
opacity: .4;
opacity: 40%;
text-transform: uppercase;
padding-left: 2px;
}

.MapVehiclesSidebarAdditionalTitle {
Expand All @@ -367,6 +374,7 @@

.MapVehiclesSidebarBoardId {
color: #cb3100;
font: 400 72px/65px Marshrut, sans-serif;
}

.MapVehiclesSidebarLabelWrapper {
Expand Down Expand Up @@ -414,19 +422,18 @@

.MapVehiclesSidebarRegion {
margin-top: -8px;
font-size: 12px;
line-height: 1.16;
font: 600 12px/14px Inter, sans-serif;
}

.MapVehiclesSidebarModelWrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
}

.MapVehiclesSidebarFactoryNumber {
font-size: 72px;
line-height: 1.22;
font: 500 72px/59px Isonorm, sans-serif;
}

.MapVehiclesSidebarManufactureYear {
Expand Down

1 comment on commit aa825f8

@ekbdev
Copy link

@ekbdev ekbdev commented on aa825f8 Nov 26, 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-8kuebml11-ekbdev.vercel.app
https://ekbdev-transport-feature-card-smooth-corners.vercel.app

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

Please sign in to comment.