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

41 lines
434 B
SCSS

.gps-location {
display:none;
}
.center, .tolerance, .border {
stroke-width: 0;
}
.heading.hidden {
display: none;
}
.tolerance {
fill: var(--bs-primary);
fill-opacity:0.4;
}
.tolerance.hidden {
display: none
}
.border {
fill: var(--bs-white);
}
.center {
fill: var(--bs-primary);
}
.stop1 {
stop-color: var(--bs-primary);
stop-opacity:1;
}
.stop2 {
stop-color:var(--bs-primary);
stop-opacity: 0;
}