2020-01-02 18:11:02 +01:00
|
|
|
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
|
|
|
|
|
|
|
|
.gps-location {
|
|
|
|
display:block;
|
|
|
|
width:2.5em;
|
|
|
|
height:2.5em;
|
2020-02-22 09:45:41 +01:00
|
|
|
background-color: $body-bg;
|
2020-01-02 18:11:02 +01:00
|
|
|
background-size: contain;
|
|
|
|
margin-top:0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center, .tolerance, .border {
|
|
|
|
stroke-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pan-to {
|
2020-02-22 09:45:41 +01:00
|
|
|
fill: $secondary;
|
2020-01-02 18:11:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pan-to-centered {
|
2020-02-22 09:45:41 +01:00
|
|
|
fill: $primary;
|
2020-01-02 18:11:02 +01:00
|
|
|
}
|
|
|
|
|
2020-02-22 09:45:41 +01:00
|
|
|
.pan-to-centered.pan-to-disabled {
|
|
|
|
fill: $gray-300;
|
2020-01-02 18:11:02 +01:00
|
|
|
}
|