12 lines
192 B
SCSS
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
//
// leaflet map
//
@import '~leaflet/dist/leaflet.css';
.leaflet-container {
z-index: 99;
}
.leaflet-default-icon-path {
background-image: url('/images/leaflet/marker-icon.png');
}