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