mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-09 17:02:46 +02:00
up styles
This commit is contained in:
parent
217416234a
commit
7c80ac4576
9 changed files with 283 additions and 224 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue