- Add support for email verification.
- Clean up formatting of accounts email templates.
This commit is contained in:
parent
54d7acb2a6
commit
75b470907b
6 changed files with 112 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue