2gis-maps
Version:
Interactive 2GIS maps API, based on Leaflet
24 lines (21 loc) • 545 B
text/less
.dg-control-round__icon_name_locate {
&:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
content: '';
}
.dg-control-round__icon_state_active&:after,
.no-touch .dg-control-round__icon_state_active&:hover:after,
.dg-control-round__icon_state_active&:active:after {
.notRepeatableBg('DGRoundControl__locateIconEnabled');
}
}
@keyframes DGLocation__locateIconRequestingAnim {
to {
transform: rotate(360deg);
}
}