Remove old theming, use correct theme colors and a friendlier icon
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2020-02-22 09:45:41 +01:00
parent 2b5bda2a44
commit a3e14a94cc
24 changed files with 324 additions and 350 deletions

View File

@@ -1,4 +1,3 @@
@import "../../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
@@ -6,7 +5,7 @@
display:block;
width:2.5em;
height:2.5em;
background-color: white;
background-color: $body-bg;
background-size: contain;
margin-top:0.5em;
}
@@ -16,13 +15,13 @@
}
.pan-to {
fill: #333333;
fill: $secondary;
}
.pan-to-centered {
fill: theme-color()
fill: $primary;
}
.pan-to-disabled {
fill: #808080;
.pan-to-centered.pan-to-disabled {
fill: $gray-300;
}