j40-cejst-2/client/src/components/zoomWarning.module.scss
Nat Hillard beac44ef20
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
2021-07-01 12:57:59 -04:00

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%);
}