2gis-maps
Version:
Interactive 2GIS maps API, based on Leaflet
18 lines (16 loc) • 467 B
text/less
.dg-control-round__icon_name_fullscreen {
&: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__fullscreenIconEnabled');
}
}