Display zoom level #87

This commit is contained in:
Gregory Wolanski
2017-10-19 20:41:38 +02:00
parent 36def799c0
commit 06ea1d1697
3 changed files with 37 additions and 0 deletions

View File

@@ -25,6 +25,13 @@
color: white;
}
.mapboxgl-ctrl-zoom {
color: rgb(138, 138, 138);
font-weight: bold;
padding: 4px 8px;
user-select: none;
}
.mapboxgl-ctrl-group {
background: rgb(28, 31, 36);
}