Prompt user preferred option to reset its password

This commit is contained in:
Pierre
2018-05-22 22:48:48 +02:00
parent 79da14e0bc
commit 9a7c3245c4
6 changed files with 139 additions and 3 deletions

View File

@ -0,0 +1,14 @@
/**
* Password forgotten prompt option section stylesheet
*
* @author Pierre HUBERT
*/
.password-reset-prompt-option-section p {
text-align: justify;
}
.password-reset-prompt-option-section .btn {
width: 100%;
margin-top: 10px;
}