mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 11:44: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
14 lines
233 B
SCSS
14 lines
233 B
SCSS
$sidebar-background: rgba(35, 55, 75, 0.9);
|
|
$sidebar-color: #ffffff;
|
|
|
|
.mapContainer {
|
|
height: 676px;
|
|
}
|
|
|
|
.j40Popup {
|
|
max-height: 300px;
|
|
min-width: 36%;
|
|
max-width: 36%;
|
|
overflow-y: scroll;
|
|
pointer-events: all !important;
|
|
}
|