Added settings container, updated dependencies.
This commit is contained in:
@@ -824,6 +824,18 @@ p {
|
||||
}
|
||||
*/
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Settings View (sttings.ejs) *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
#settingsContainer {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.50);
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Landing View (Structural Styles) *
|
||||
|
||||
@@ -15,6 +15,7 @@ let fatalStartupError = false
|
||||
const VIEWS = {
|
||||
landing: 'landingContainer',
|
||||
login: 'loginContainer',
|
||||
settings: 'settingsContainer',
|
||||
welcome: 'welcomeContainer'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user