LiveAtlas/src/scss/_leaflet.scss

18 lines
357 B
SCSS
Raw Normal View History

2021-05-27 16:33:43 +00:00
@import "leaflet/controls";
@import "leaflet/popups";
@import "leaflet/markers";
.leaflet-container {
font-family: inherit;
font-size: 1.5rem;
font-weight: inherit;
line-height: 1;
/* Workaround for focus outlines until https://github.com/Leaflet/Leaflet/pull/7259 gets released */
* {
@include focus {
outline-style: auto !important;
}
}
}