All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
16 lines
262 B
SCSS
16 lines
262 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');
|
|
}
|