New Tooltip interface

This commit is contained in:
2021-06-13 14:00:12 +02:00
parent 7240b766f9
commit c98abaaff6
6 changed files with 127 additions and 110 deletions

View File

@@ -20,9 +20,12 @@ $stroke-width-axis : 2;
.leaflet-popup {
.leaflet-popup-content-wrapper {
border-radius: 5px;
padding: 0;
.leaflet-popup-content {
margin: 1rem;
margin: 0;
padding: 1rem;
box-sizing: border-box;
}
}
}