2020-01-23 11:20:35 +00:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
|
2020-04-16 11:19:06 +00:00
|
|
|
.row.selected {
|
2020-01-23 11:20:35 +00:00
|
|
|
background-color: gray('100');
|
|
|
|
}
|
|
|
|
|
|
|
|
.cropfields {
|
|
|
|
border-top: 1px solid gray('500');
|
|
|
|
margin-left: -1.25rem;
|
|
|
|
margin-right: -1.25rem;
|
|
|
|
}
|