LiveAtlas/src/scss/leaflet/_popups.scss
2020-12-01 23:20:48 +00:00

13 lines
265 B
SCSS

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
background-color: $global-background;
color: $global-text-color;
}
.leaflet-popup-content-wrapper {
border-radius: $global-border-radius;
}
.leaflet-popup-content {
margin: 1.5rem;
word-break: break-all;
}