mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
14 lines
238 B
CSS
14 lines
238 B
CSS
|
/**
|
||
|
* Password forgotten prompt option section stylesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.password-reset-prompt-option-section p {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.password-reset-prompt-option-section .btn {
|
||
|
width: 100%;
|
||
|
margin-top: 10px;
|
||
|
}
|