This commit is contained in:
KONE SOREL 2026-04-02 18:52:48 +00:00
parent 95413c43b2
commit 6198b2a612

View File

@ -413,16 +413,15 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
background: rgba(255,255,255,0.8); background: rgba(255,255,255,0.8);
} }
/* Separator label */ /* Titres de sections (ex: PARAMÉTRAGE, COMPTABILITÉ) */
.sidebar-section-label { .sidebar-section-label {
font-family: 'Syne', sans-serif; font-family: 'Syne', sans-serif;
font-size: 0.6rem; font-size: 10px;
font-weight: 700; font-weight: 800;
letter-spacing: 0.1em; letter-spacing: 1.5px;
text-transform: uppercase; text-transform: uppercase;
color: rgba(255,255,255,0.28); color: rgba(255, 255, 255, 0.3);
padding: 12px 10px 4px; padding: 20px 12px 8px;
margin-top: 4px;
} }
.sidebar-footer { .sidebar-footer {