Assurance individuelle
This commit is contained in:
@@ -1267,4 +1267,57 @@ li i { margin-right:10px; color:#007bff; }
|
||||
.badge.rounded-pill {
|
||||
font-weight: 600;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
/* Style Recherche Individuelle */
|
||||
|
||||
#div_familiale .form-select,
|
||||
#div_familiale .form-control {
|
||||
border: 1px solid var(--office-border);
|
||||
transition: all 0.2s ease;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#div_familiale .form-select:focus,
|
||||
#div_familiale .form-control:focus {
|
||||
border-color: var(--office-secondary);
|
||||
box-shadow: 0 0 0 0.25rem rgba(43, 87, 154, 0.1);
|
||||
}
|
||||
|
||||
/* Groupement d'input avec icônes */
|
||||
.input-group-text {
|
||||
border: 1px solid var(--office-border);
|
||||
color: #adb5bd;
|
||||
}
|
||||
|
||||
/* Boutons personnalisés */
|
||||
#div_familiale .btn-primary {
|
||||
background-color: var(--office-secondary) !important;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#div_familiale .btn-primary:hover {
|
||||
background-color: #1a3a6b !important;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
#div_familiale .btn-outline-secondary {
|
||||
color: var(--office-secondary);
|
||||
border-color: var(--office-secondary);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#div_familiale .btn-outline-secondary:hover {
|
||||
background-color: var(--office-secondary);
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Badge spécifique Primes non facturées */
|
||||
.badge.bg-warning {
|
||||
background-color: #fff3cd !important;
|
||||
color: #856404 !important;
|
||||
border: 1px solid #ffeeba !important;
|
||||
font-size: 0.9rem;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user