2gis-maps
Version:
Interactive 2GIS maps API, based on Leaflet
19 lines (16 loc) • 659 B
text/less
.dg-control-round__icon_name_locate {
&:after {
.notRepeatableBgWithSizes('DGRoundControl__locateIcon_dark');
}
.no-touch &:hover:after,
&:active:after {
.notRepeatableBg('DGRoundControl__locateIconHover_dark');
}
.dg-control-round__icon_state_requesting&:after,
.no-touch .dg-control-round__icon_state_requesting&:hover:after,
.dg-control-round__icon_state_requesting&:active:after {
.notRepeatableBgWithSizes('DGRoundControl__locateIconRequesting_dark');
animation: DGLocation__locateIconRequestingAnim 1s linear infinite;
image-rendering: optimizeQuality;
}
}