mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 11:21:39 -07:00
* Attempt to fix minimist CVE - udpate npm to 8.5.5 - update node to 14.17.5 - update all minor versions to latest - minimist to 1.2.6 (could still be CVE) - set docker frontend to use cdn by default - update all dependencies - update survey button launch svg color - update to zoom / territory buttons - search icon changed - update Feature type from maplibre-gl - use default search icon * Rollback maplibre to 1.15.2 * Revert maplibre to 1.14.0 * Rollback some changes - rollback uswds - search icon is back - update snapshots - rollback docker to be cdn by default
36 lines
No EOL
548 B
SCSS
36 lines
No EOL
548 B
SCSS
@use '../styles/design-system.scss' as *;
|
|
@import "./utils.scss";
|
|
|
|
.j40Popup {
|
|
width: 375px;
|
|
}
|
|
|
|
.navigationControl {
|
|
left: .75em;
|
|
top: units(15);
|
|
// width: 2.5em;
|
|
}
|
|
|
|
.fullscreenControl {
|
|
right: 1.25em;
|
|
top: 2.5em;
|
|
}
|
|
|
|
.geolocateControl {
|
|
right: 1.25em;
|
|
top: 5em;
|
|
}
|
|
|
|
.mapInfoPanel {
|
|
border: 1px solid $sidePanelBorderColor;
|
|
overflow-y: auto;
|
|
height: 90vh;
|
|
}
|
|
|
|
// This will control the height of the map when the device
|
|
// width is less than desktop (1024px)
|
|
.j40Map {
|
|
@include at-media-max("desktop") {
|
|
height: 55vh;
|
|
}
|
|
} |