2024-03-13 00:23:21 +01:00
|
|
|
.leaflet-container a {
|
|
|
|
color: $color__link !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
.leaflet-attribution-flag {
|
|
|
|
height: 0px !important;
|
|
|
|
width: 0px !important;
|
|
|
|
display: none !important;
|
|
|
|
}
|
2024-04-01 14:08:43 +02:00
|
|
|
.leaflet-marker-pane {
|
|
|
|
.leaflet-interactive > svg {
|
|
|
|
max-width: 0px;
|
|
|
|
width: 0px;
|
|
|
|
max-height: 0px;
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
.dashicons,.dashicons-before::before {
|
|
|
|
width: $font__size-body*2;
|
|
|
|
height: $font__size-body*2;
|
|
|
|
font-size: $font__size-body*2;
|
|
|
|
}
|
|
|
|
}
|