28 lines
410 B
SCSS
28 lines
410 B
SCSS
|
@import "../../../_theme.scss";
|
||
|
@import "~bootstrap/scss/bootstrap.scss";
|
||
|
|
||
|
|
||
|
.gps-location {
|
||
|
display:block;
|
||
|
width:2.5em;
|
||
|
height:2.5em;
|
||
|
background-color: white;
|
||
|
background-size: contain;
|
||
|
margin-top:0.5em;
|
||
|
}
|
||
|
|
||
|
.center, .tolerance, .border {
|
||
|
stroke-width: 0;
|
||
|
}
|
||
|
|
||
|
.pan-to {
|
||
|
fill: #333333;
|
||
|
}
|
||
|
|
||
|
.pan-to-centered {
|
||
|
fill: theme-color()
|
||
|
}
|
||
|
|
||
|
.pan-to-disabled {
|
||
|
fill: #808080;
|
||
|
}
|