mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 16:30:37 +02:00
27 lines
516 B
SCSS
27 lines
516 B
SCSS
.select-map-layers-dialog-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 0.25em;
|
|
position: relative;
|
|
|
|
&.bubble-dialog-content--large {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.checkbox-grouping + .checkbox-grouping {
|
|
margin-top: 2em;
|
|
|
|
&::before {
|
|
border-top: 1px solid $light-gray;
|
|
content: '';
|
|
left: 0;
|
|
margin-top: -1.05em;
|
|
right: 0;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
.option-checkbox-container + .option-checkbox-container {
|
|
margin-top: 0.25em;
|
|
}
|
|
}
|