Add flash styling of the login page.

This commit is contained in:
Matt Rogers 2015-12-15 19:39:37 -06:00
parent 37c61fa60a
commit a07567086c
3 changed files with 38 additions and 1 deletions

View file

@ -6,6 +6,7 @@ body {
@include make-xs-column(12);
@include make-sm-column(6);
@include make-sm-column-offset(3);
padding: 10px;
}
.login-wrapper {