diff --git a/Vue/Paramreinitmotpass/index.php b/Vue/Paramreinitmotpass/index.php index 18ad2d62..afe2f211 100755 --- a/Vue/Paramreinitmotpass/index.php +++ b/Vue/Paramreinitmotpass/index.php @@ -247,4 +247,30 @@ function maj_authentification_otp() { .scroll-custom::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 10px; } .list-group-item { transition: all 0.2s; } .list-group-item:hover { background-color: #f8f9fa; } + + /* Style de base pour toutes les icônes de sécurité */ + .security-icon { + width: 24px; + text-align: center; + display: inline-block; + } + + /* Transformation spécifique pour simuler une icône de minuscule */ + /* On cible l'icône de la ligne contenant le texte "minuscule" */ + .list-group-item:contains("minuscule") i, + .list-group-item:has(span:contains("minuscule")) i { + font-size: 0.85em; /* Plus petit */ + transform: translateY(1px); + font-weight: 400; + } + + /* Alternative plus simple : ajouter une classe manuelle dans la boucle */ + .icon-lowercase { + font-size: 0.8em !important; + text-transform: lowercase; + } + + .icon-uppercase { + text-transform: uppercase; + } \ No newline at end of file