Fix reset password

This commit is contained in:
osaajani 2021-02-24 16:00:12 +01:00
parent 8020d68572
commit fde633bcae
7 changed files with 34 additions and 11 deletions

View file

@ -48,6 +48,11 @@
white-space: nowrap;
}
.full-width
{
width: 100%;
}
/** POPUPS ALERT **/
.popup-alerts-container
{
@ -129,6 +134,20 @@ footer img
margin-top: 0.7em;
}
/** RESET EMAIL PAGES **/
.email-reset-container
{
background-color: #ffffff;
padding: 30px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.email-reset-container img
{
margin-bottom: 50px;
}
/** MENU **/
.logo
{