ser
This commit is contained in:
parent
f71700ebc6
commit
bd2e36d48c
|
|
@ -1448,75 +1448,28 @@ select[class*="selectpicker"],
|
||||||
to { opacity: 1; transform: translateY(0); }
|
to { opacity: 1; transform: translateY(0); }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================
|
/* Optionnel : Réduire légèrement l'entête lors du scroll (via JS si besoin) */
|
||||||
INTER SANTÉ — THEME NEUTRAL PRO v2026
|
|
||||||
Section 6 : Sticky Header & Page Titles (Légèreté & Précision)
|
|
||||||
============================================================ */
|
|
||||||
|
|
||||||
#titre-page {
|
#titre-page {
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
font-family: 'Syne', sans-serif; /* Signature SaaS */
|
letter-spacing: -0.5px;
|
||||||
font-weight: 800;
|
font-family: 'DM Sans', sans-serif; /* Ou votre police SaaS */
|
||||||
font-size: 1.25rem;
|
|
||||||
letter-spacing: -0.02em;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- LE HEADER STICKY (Refonte Neutral Pro) --- */
|
/* --- LE HEADER STICKY (Base Neutral Pro) --- */
|
||||||
.header-section {
|
.header-section {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1060 !important; /* Doit être au-dessus du menu scrollable */
|
z-index: 1000 !important;
|
||||||
background-color: var(--bg-surface); /* Blanc solide, pas de transparence */
|
background-color: rgba(255, 255, 255, 0.85);
|
||||||
padding: 8px 0;
|
backdrop-filter: blur(10px);
|
||||||
margin-bottom: 0.5rem !important;
|
-webkit-backdrop-filter: blur(10px);
|
||||||
border-bottom: 1px solid var(--border-light); /* Ligne nette, pas d'ombre */
|
padding: 5px 0;
|
||||||
|
margin-bottom: 0.65rem !important;
|
||||||
|
border-bottom: 1px solid rgba(0,0,0,0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Suppression de l'ombre sur l'enfant direct */
|
|
||||||
.header-section > div {
|
.header-section > div {
|
||||||
box-shadow: none !important;
|
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08) !important;
|
||||||
border: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Ajustement des contrôles dans le header (boutons de retour, etc) */
|
|
||||||
.header-section .btn-sm {
|
|
||||||
font-size: 11px;
|
|
||||||
height: 32px;
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- FORMULAIRES DE RECHERCHE (Zone Critique de l'image) --- */
|
|
||||||
.search-area-erp {
|
|
||||||
background: var(--bg-surface);
|
|
||||||
border: 1px solid var(--border-light);
|
|
||||||
border-radius: var(--radius-sm);
|
|
||||||
padding: 1.25rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-area-erp label {
|
|
||||||
font-family: 'Syne', sans-serif;
|
|
||||||
font-size: 10px;
|
|
||||||
font-weight: 800;
|
|
||||||
text-transform: uppercase;
|
|
||||||
color: var(--text-muted);
|
|
||||||
letter-spacing: 0.5px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-area-erp .form-control {
|
|
||||||
border-color: var(--border-light);
|
|
||||||
font-size: 13px;
|
|
||||||
height: 36px;
|
|
||||||
transition: all var(--transition-fast);
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-area-erp .form-control:focus {
|
|
||||||
border-color: var(--color-primary-light);
|
|
||||||
box-shadow: 0 0 0 3px var(--color-primary-ghost);
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ajustement des icônes pour plus de finesse */
|
/* Ajustement des icônes pour plus de finesse */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user