mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-13 04:44:19 -07:00
Various map styling fixes (#278)
Addresses #182, #291, #273 and #191 In particular: * Removes zoom fading for now * adds legend * Styles mapbox popup correctly * Styles zoom control * Adds feature borders at higher zoom levels
This commit is contained in:
parent
f4f7c35ca8
commit
beac44ef20
20 changed files with 236 additions and 187 deletions
|
@ -1,6 +1,6 @@
|
|||
.zoomWarning {
|
||||
background-color: #953a10;
|
||||
height: 5.5%;
|
||||
height: 4.3%;
|
||||
width: 66%;
|
||||
margin: auto;
|
||||
color: white;
|
||||
|
@ -9,7 +9,7 @@
|
|||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 20%;
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.zoomWarning > img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue