digitransit-ui/app/component/select-maplayers-dialog.scss
2024-01-20 08:20:36 +02:00

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;
}
}