mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Offer the user to reset his password
This commit is contained in:
15
assets/css/pages/resetPassword/main.css
Normal file
15
assets/css/pages/resetPassword/main.css
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Reset password main script
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.reset-password-box {
|
||||
max-width: 300px;
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.reset-password-box .btn {
|
||||
display: block;
|
||||
}
|
Reference in New Issue
Block a user