Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss
Francisco Salas 0c0d0989b2
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
replace gray(' for $gray-
2023-01-26 10:34:18 +01:00

16 lines
258 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;
}
.row.selected {
background-color: $gray-100;
}