Create empty password forgotten page

This commit is contained in:
Pierre
2018-05-21 10:05:32 +02:00
parent d01b9f4803
commit b0c4971838
6 changed files with 108 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/**
* Password forgotten page main stylesheet
*
* @author Pierre HUBERT
*/
.box-password-forgotten {
max-width: 350px;
margin: auto;
margin-top: 20px;
}