FarmMapsLib/projects/common-map/src/fm-map/components/feature-list-container/feature-list-container.component.scss
Willem Dantuma d34a2069d6
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Fix feature highlighting
2020-04-16 13:19:06 +02:00

19 lines
282 B
SCSS

@import "~bootstrap/scss/bootstrap.scss";
.row {
border-bottom: 1px solid gray('500');
user-select: none;
}
.row.selected {
background-color: gray('100');
}
@media screen and (min-width: 44rem) {
.feature-list-container {
margin-top: 4rem;
}
}