Made the option "contact admin" lives

This commit is contained in:
Pierre
2018-05-23 21:14:54 +02:00
parent 91f8edd2de
commit bde2b5dde6
6 changed files with 93 additions and 3 deletions

View File

@ -0,0 +1,18 @@
/**
* Mail admin to reset password
*
* @author Pierre HUBERT
*/
.reset-password-by-mail-step .title {
text-align: center;
margin-top: 0px;
}
.reset-password-by-mail-step p {
text-align: justify;
}
.reset-password-by-mail-step .btn-mail {
width: 100%;
}