FarmMapsLib/projects/common-map/src/fm-map/components/aol/gps-location/gps-location.component.scss

36 lines
356 B
SCSS

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