Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss
Willem Dantuma af1a54ae07
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Fix container width and spacing
2020-01-23 12:20:35 +01:00

17 lines
289 B
SCSS

@import "../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
fm-map-feature-list-feature-container {
width: 100%;
pointer-events: none;
}
.row {
border-bottom: 1px solid gray('500');
user-select: none;
}
.row:hover {
background-color: gray('100');
}