FarmMapsLib/projects/common-map/src/lib/components/feature-list/feature-list.component.scss

17 lines
266 B
SCSS

@import "../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
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');
}