added zoom icons

This commit is contained in:
Fedor Katurov 2021-08-06 11:37:45 +07:00
parent afc1b084e1
commit 91fc203b0a

View file

@ -12,7 +12,28 @@
} }
.leaflet-control-zoom { .leaflet-control-zoom {
display: none; width: 32px;
opacity: 0.5;
transition: opacity 0.1s;
&:hover {
opacity: 1;
}
}
a.leaflet-control-zoom-in, a.leaflet-control-zoom-out {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
&:hover {
width: 32px;
height: 32px;
display: flex;
opacity: 1;
}
} }
.leaflet-touch .leaflet-bar a { .leaflet-touch .leaflet-bar a {