Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.scss
Willem Dantuma a3e14a94cc
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Remove old theming, use correct theme colors and a friendlier icon
2020-02-22 09:45:41 +01:00

23 lines
392 B
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;
padding-left:1.5rem;
}
.row:hover {
background-color: gray('100');
}
.cropfields {
border-top: 1px solid gray('500');
margin-left: -1.25rem;
margin-right: -1.25rem;
}