App container & bg style

Makes the Login page look good, laying track for all dark UI
pull/628/head
Alex P 2016-11-29 13:04:06 -08:00
parent 7de32d5109
commit 49b87e1879
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,8 @@ body {
position: absolute; position: absolute;
align-items: stretch; align-items: stretch;
/* Ensures sidebar and page-wrapper go full-height */ /* Ensures sidebar and page-wrapper go full-height */
overflow: auto; /* plz halp alex I need this 4 the signup pages */ overflow: hidden;
background-color: $g0-obsidian;
} }
/* /*
@ -19,6 +20,11 @@ body {
*/ */
body > #react-root { body > #react-root {
width: 100%; width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
.container { .container {
margin-top: 60px; margin-top: 60px;
} }