13 lines
265 B
SCSS
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;
|
||
|
}
|