This commit is contained in:
KANE LAZENI 2026-01-08 18:20:14 +00:00
parent d9e1301f72
commit f16e05394a

View File

@ -46,14 +46,12 @@
</div> </div>
<small class="password-strength-text"></small> <small class="password-strength-text"></small>
</div> </div>
<!-- KANE 08/01/2026
<div class="password-requirements mt-2 alert alert-info mt-3"> <div class="password-requirements mt-2 alert alert-info mt-3">
<small> <small>
<i class="fas fa-info-circle me-2"></i> <i class="fas fa-info-circle me-2"></i>
<?= _("Un mot de passe fort doit contenir au moins 8 caractères, incluant des majuscules, minuscules, chiffres et caractères spéciaux.") ?> <?= _("Un mot de passe fort doit contenir au moins 8 caractères, incluant des majuscules, minuscules, chiffres et caractères spéciaux.") ?>
</small> </small>
</div> </div>
-->
</div> </div>
</div> </div>
@ -111,20 +109,15 @@
.password-change-container { .password-change-container {
max-width: 100%; max-width: 100%;
margin: 0 auto; margin: 0 auto;
/*padding: 20px;*/ padding: 20px;
padding: 0px;
} }
.password-change-card { .password-change-card {
background: white; background: white;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
/*
padding: 30px; padding: 30px;
margin-top: 20px; margin-top: 20px;
*/
padding: 0px;
margin-top: 0px;
} }
.password-change-header .alert { .password-change-header .alert {
@ -133,14 +126,12 @@
} }
.password-change-form .form-group { .password-change-form .form-group {
/*margin-bottom: 1.5rem;*/ margin-bottom: 1.5rem;
margin-bottom: 0rem;
} }
.password-change-form .form-label { .password-change-form .form-label {
font-weight: 400; font-weight: 400;
/*margin-bottom: 0.5rem;*/ margin-bottom: 0.5rem;
margin-bottom: 0rem;
color: #333; color: #333;
font-size:1.8rem !important; font-size:1.8rem !important;
} }
@ -165,18 +156,14 @@
.form-actions { .form-actions {
display: flex; display: flex;
/* /*gap: 15px;*/
gap: 15px; gap: 5px;
margin-top: 2rem; margin-top: 2rem;
*/
gap: 0px;
margin-top: 0rem;
} }
.form-actions .btn { .form-actions .btn {
flex: 1; flex: 1;
/*padding: 12px;*/ padding: 12px;
padding: 0px;
} }
/* Large screens optimization */ /* Large screens optimization */
@ -194,13 +181,11 @@
/* Responsive adjustments */ /* Responsive adjustments */
@media (max-width: 768px) { @media (max-width: 768px) {
.password-change-container { .password-change-container {
/*padding: 15px;*/ padding: 15px;
padding: 0px;
} }
.password-change-card { .password-change-card {
/*padding: 20px;*/ padding: 20px;
padding: 0px;
} }
.form-actions { .form-actions {
@ -210,13 +195,11 @@
@media (max-width: 576px) { @media (max-width: 576px) {
.password-change-container { .password-change-container {
/*padding: 10px;*/ padding: 10px;
padding: 0px;
} }
.password-change-card { .password-change-card {
/*padding: 15px;*/ padding: 15px;
padding: 0px;
border-radius: 8px; border-radius: 8px;
} }
@ -225,8 +208,7 @@
} }
.form-actions .btn { .form-actions .btn {
/*padding: 10px;*/ padding: 10px;
padding: 0px;
} }
} }