27 lines
397 B
SCSS
Raw Normal View History

@import "~bootstrap/scss/bootstrap.scss";
.gps-location {
display:block;
width:2.5em;
height:2.5em;
background-color: $body-bg;
background-size: contain;
margin-top:0.5em;
}
.center, .tolerance, .border {
stroke-width: 0;
}
.pan-to {
fill: $secondary;
}
.pan-to-centered {
fill: $primary;
}
.pan-to-centered.pan-to-disabled {
fill: $gray-300;
}