Nouvel Adhérent

This commit is contained in:
2025-12-30 10:55:06 +00:00
parent ab855989cf
commit a009e04090
73 changed files with 16552 additions and 726 deletions

View File

@@ -1320,4 +1320,18 @@ li i { margin-right:10px; color:#007bff; }
border: 1px solid #ffeeba !important;
font-size: 0.9rem;
padding: 8px 12px;
}
/* Style pour le sélecteur de date focus */
.datepicker:focus {
border-color: var(--office-secondary);
background-color: #f8faff;
}
/* Animation de l'affichage de la prime */
#div_prime:not(:empty) {
border: 2px dashed var(--office-primary-lighter);
padding: 15px;
border-radius: 8px;
background-color: white;
}