mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Fix reset password
This commit is contained in:
parent
8020d68572
commit
fde633bcae
7 changed files with 34 additions and 11 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue