leaflet-mapbox-vector-tile
Version:
A Leaflet Plugin that renders Mapbox Vector Tiles on HTML5 Canvas.
24 lines (23 loc) • 532 B
CSS
.label-icon-number {
background-color: #6eafff;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-size: 18px;
border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 35px;
box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.7);
width: 35px;
height: 35px;
}
.label-icon-text {
display: inline-block;
cursor: pointer;
font-size: 18px;
text-align: center;
vertical-align: middle;
text-shadow: 0px 1px 1px #232323;
color: #ebf9f5;
}