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

19 lines
278 B
SCSS

@import "~bootstrap/scss/bootstrap.scss";
.row {
border-bottom: 1px solid $gray-500;
user-select: none;
}
.row.selected {
background-color: $gray-100;
}
@media screen and (min-width: 44rem) {
.feature-list-container {
margin-top: 4rem;
}
}