-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI update to add light vs. dark mode, add guidance text, and begin ch…
…ecklist layers.
- Loading branch information
1 parent
77e46de
commit e2ab9bd
Showing
16 changed files
with
615 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#layer-selector { | ||
z-index: 2; | ||
overflow-y: scroll; | ||
background-color: var(--soft--grey); | ||
position: absolute; /* Positioning it relative to the parent */ | ||
bottom: 0; | ||
right: 0; | ||
width: 190px; /* Set the desired width */ | ||
margin-bottom: 10px; | ||
margin-right: 270px; | ||
flex-direction: column; | ||
border-radius: 15px; | ||
padding: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,24 @@ | ||
#deck-gl { | ||
/* height: 50% !important; */ | ||
/* width: 50% !important; */ | ||
left: auto !important; | ||
top: auto !important; | ||
/* left: auto !important; */ | ||
/* top: auto !important; */ | ||
} | ||
|
||
#deckgl-wrapper { | ||
height: 50% !important; | ||
width: 50% !important; | ||
/* height: 50% !important; */ | ||
/* width: 50% !important; */ | ||
left: auto !important; | ||
top: auto !important; | ||
position: relative !important; | ||
/* position: relative !important; */ | ||
z-index: 1 !important; | ||
height: calc(100vh - 85px) !important; | ||
width: calc(150vh - 5px) !important; | ||
margin-left: -100px !important; | ||
/* width: 1300px; | ||
/* background-color: white !important; */ | ||
} | ||
|
||
#energy-map { | ||
margin-top: -5px; | ||
height: calc(100vh - 80px); | ||
/* margin-left:; */ | ||
/* margin-bottom: -5px !important;*/ | ||
/* height: 700px; */ | ||
/* 800*/ | ||
width: 1300px; | ||
} | ||
|
||
#energy-map2 { | ||
margin-top: -5px; | ||
/* height: 700px; */ | ||
/* 800*/ | ||
width: 1300px; | ||
} | ||
|
||
#energy-map3 { | ||
margin-top: -50px; | ||
height: 1000px !important; | ||
margin-right: -50px; | ||
margin-left: -50px; | ||
/* height: calc(100vh - 80px); */ | ||
/* margin-left:; */ | ||
/* margin-bottom: -5px !important;*/ | ||
/* height: 700px; */ | ||
/* 800*/ | ||
/* width: 1300px; */ | ||
height: var(--body--height) !important; /* Adjust width based on viewport height */ | ||
width: calc(100vw - 0px) !important; /* Adjust width based on viewport width */ | ||
/* width: 100% !important; */ | ||
/* margin-left: -100px !important; */ | ||
/* border: 1px solid red; */ | ||
/* Can change "space" color: */ | ||
/* background-color: black !important; */ | ||
} | ||
|
||
/* .loader-wrapper > div { | ||
visibility: visible !important; | ||
} */ | ||
.dash-loading .dash-loading-content { | ||
background-color: transparent; /* Make loading content background transparent */ | ||
} |
Oops, something went wrong.