2gis-maps
Version:
Interactive 2GIS maps API, based on Leaflet
27 lines (22 loc) • 520 B
text/less
.leaflet-container {
z-index: 0;
background: rgb(247, 243, 223);
cursor: default;
&:fullscreen {
width: 100% ;
height: 100% ;
}
}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
cursor: move;
}
.leaflet-control a:focus,
.leaflet-control a {
outline: none ;
}
.leaflet-container .leaflet-control-attribution {
background-color: transparent;
box-shadow: none;
}