digitransit-ui/app/component/itinerary/origin-destination-bar.scss
Vesa Meskanen 3f2fa2ae0b feat: move all itinerary page related components to a dedicated folder
Also:
- Move generic Toggle to componentfolder root
- Remove dead styles
- Refactor some componets
2024-04-22 08:49:15 +03:00

16 lines
231 B
SCSS

.origin-destination-bar {
background-color: #fff;
display: flex;
justify-content: space-around;
align-items: initial;
&.bp-large {
margin: 0 60px;
}
}
.mobile {
.origin-destination-bar {
z-index: 999;
}
}