Add email support for password reset
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user