mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
15 lines
190 B
CSS
15 lines
190 B
CSS
/**
|
|
* Reset password main script
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.reset-password-box {
|
|
max-width: 300px;
|
|
margin: auto;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.reset-password-box .btn {
|
|
display: block;
|
|
} |