Remove old theming, use correct theme colors and a friendlier icon
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user