utilize _Imports.razor to simplify module declarations

This commit is contained in:
Shaun Walker
2019-09-24 17:26:14 -04:00
parent 747f55262b
commit 3af2ca0168
65 changed files with 92 additions and 365 deletions

View File

@ -146,13 +146,12 @@ app {
/* Control Panel */
.overlay {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
right: 0; /* Position at right side of screen */
top: 0; /* Position at top of screen */
background-color: rgb(0,0,0); /* Black fallback color */
background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
overflow-x: hidden; /* Disable horizontal scroll */