style.css (451B)
1 .leaflet-placemark { 2 background-image: url('marker.svg'); 3 background-size: 30px 30px; 4 width: 30px !important; 5 height: 30px !important; 6 margin-left: -15px !important; 7 margin-top: -15px !important; 8 } 9 10 .lealfet-placemark-title { 11 position: relative; 12 display: inline-block; 13 background-color: rgba(255, 255, 255, 0.4); 14 padding: 0 2px; 15 left: 22px; 16 top: -8px; 17 white-space: nowrap; 18 font-weight: bold; 19 } 20