Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
20 lines
290 B
SCSS
20 lines
290 B
SCSS
@import "../../_theme.scss";
|
|
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
|
|
|
|
.row {
|
|
border-bottom: 1px solid gray('500');
|
|
user-select: none;
|
|
}
|
|
|
|
.row:hover {
|
|
background-color: gray('100');
|
|
}
|
|
|
|
@media screen and (min-width: 44rem) {
|
|
.feature-list-container {
|
|
margin-top: 4rem;
|
|
}
|
|
}
|