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 */
|
|
|
|
* {
|
2021-07-22 01:48:09 +00:00
|
|
|
&:focus {
|
2021-05-27 16:33:43 +00:00
|
|
|
outline-style: auto !important;
|
|
|
|
}
|
2021-07-22 01:48:09 +00:00
|
|
|
|
|
|
|
@include focus-reset {
|
|
|
|
outline-style: none !important;
|
|
|
|
}
|
2021-05-27 16:33:43 +00:00
|
|
|
}
|
|
|
|
}
|