mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
18 lines
263 B
CSS
18 lines
263 B
CSS
|
/**
|
||
|
* Mail admin to reset password
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.reset-password-by-mail-step .title {
|
||
|
text-align: center;
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
.reset-password-by-mail-step p {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.reset-password-by-mail-step .btn-mail {
|
||
|
width: 100%;
|
||
|
}
|