mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-27 23:35:15 +02:00

Also: - Move generic Toggle to componentfolder root - Remove dead styles - Refactor some componets
16 lines
231 B
SCSS
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;
|
|
}
|
|
}
|