- Add support for email verification.

- Clean up formatting of accounts email templates.
This commit is contained in:
cleverbeagle 2017-08-01 10:11:58 -05:00
parent 54d7acb2a6
commit 75b470907b
6 changed files with 112 additions and 10 deletions

View file

@ -1,3 +1,23 @@
@import '../../stylesheets/colors';
.App > .container {
margin-bottom: 20px;
}
.App .verify-email {
margin-bottom: 0;
padding: 0;
border-top: none;
border-bottom: 1px solid #e7e7e7;
background: #fff;
color: $gray-dark;
border-radius: 0;
p {
padding: 19px;
}
.btn {
padding: 0;
}
}