Files
FarmMapsLib/projects/common-map/src/fm-map/components/aol/gps-location/gps-location.component.scss
Willem Dantuma cec43a636c
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Renamed prefixes in angular.json
2019-11-04 13:43:46 +01:00

37 lines
408 B
SCSS

@import "../../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
.gps-location {
display:none;
}
.center, .tolerance, .border {
stroke-width: 0;
}
.tolerance {
fill: theme-color();
fill-opacity:0.4;
}
.border {
fill: white;
}
.center {
fill: theme-color();
}
.stop1 {
stop-color: theme-color();
stop-opacity:1;
}
.stop2 {
stop-color: theme-color();
stop-opacity: 0;
}