From b414005bae5bee44b1d438dca2bab65a7a5d85af Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 18:16:57 +0000 Subject: [PATCH] daq --- Bootstrap_new/css/theme-modern.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 3fed41d6..5f6847cc 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -353,12 +353,11 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { /* Sub-menu (Level 1) */ .sidebar-nav .nav-content { - list-style: none; - padding: 4px 0 4px 32px; - margin: 0; - background: rgba(0,0,0,0.18); - border-radius: var(--radius-sm); - margin-bottom: 2px; + list-style: none; + padding: 5px 0 5px 15px; /* Indentation réduite */ + margin: 4px 0; + border-left: 1px solid rgba(255, 255, 255, 0.1); /* Ligne de guide verticale */ + margin-left: 22px; } .sidebar-nav .nav-content li { margin-bottom: 1px; }