up styles

This commit is contained in:
Tykayn 2025-04-28 11:20:11 +02:00 committed by tykayn
parent 217416234a
commit 7c80ac4576
9 changed files with 283 additions and 224 deletions

View file

@ -2,9 +2,6 @@
overrides leaflet
*/
.leaflet-left .leaflet-control {
margin-left: 2rem;
}
.leaflet-interactive {
border: solid 3px white;
@ -14,6 +11,26 @@ overrides leaflet
&.leaflet-control-layers-toggle {
background: url('img/burger.png');
}
+.leaflet-control-layers {
display: none;
}
}
.leaflet-control-layers-list {
label {
cursor: pointer;
&:hover {
background-color: var(--button-border);
color: white;
}
}
}
.leaflet-control-attribution {
padding: 10px;
font-size: 0.7rem !important;
}
/* Styles pour les contrôles de couches */