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;
|
2020-02-24 23:26:28 +01:00
|
|
|
border-radius: 1.75em;
|
|
|
|
padding:0
|
2020-01-02 18:11:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2020-02-24 23:26:28 +01:00
|
|
|
div.gps-location:hover .pan-to {
|
|
|
|
fill: $white;
|
|
|
|
}
|
|
|
|
|
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-24 23:26:28 +01:00
|
|
|
div.gps-location:hover .pan-to-centered {
|
|
|
|
fill: theme-color-level($color-name: "primary", $level: -10)
|
|
|
|
}
|
|
|
|
|
|
|
|
.pan-to.pan-to-disabled {
|
2020-02-22 09:45:41 +01:00
|
|
|
fill: $gray-300;
|
2020-02-24 23:26:28 +01:00
|
|
|
}
|