Added settings container, updated dependencies.

This commit is contained in:
Daniel Scalzi
2018-05-22 22:34:35 -04:00
parent a67dac23cf
commit e9e2ec162a
6 changed files with 91 additions and 151 deletions

View File

@@ -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) *