mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-12 02:04:18 -07:00
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
17 lines
270 B
SCSS
17 lines
270 B
SCSS
.zoomWarning {
|
|
background-color: #953a10;
|
|
height: 4.3%;
|
|
width: 66%;
|
|
margin: auto;
|
|
color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 15%;
|
|
}
|
|
|
|
.zoomWarning > img {
|
|
filter: invert(100%);
|
|
}
|