Archived
1
0

Add email support for password reset

This commit is contained in:
Marcel
2018-10-28 17:36:46 +01:00
parent 7345730057
commit 8c539b98e2
5 changed files with 448 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ section#formHolder {
.brand.active {
width: 100%;
margin-left: 25%;
}
.brand::before {
@@ -83,6 +84,7 @@ section#formHolder {
.brand .success-msg p {
font-size: 25px;
font-weight: 400;
margin: 0 25px;
}
.brand .loading-msg i {
@@ -169,6 +171,10 @@ section#formHolder {
z-index: -1;
}
.form form .checkbox label {
transform: translateY(20px);
}
.form form label.active {
transform: translateY(10px);
font-size: 10px;