App container & bg style
Makes the Login page look good, laying track for all dark UIpull/628/head
parent
7de32d5109
commit
49b87e1879
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue