From 95413c43b22dc7a04e98239614bff4bacc182814 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 18:51:32 +0000 Subject: [PATCH] dq --- Bootstrap_new/css/theme-modern.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 8003896e..4f99925c 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -353,7 +353,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { /* Sub-menu (Level 1) */ .sidebar-nav .nav-content { list-style: none; - padding: 5px 0 5px 15px; /* Indentation réduite */ + padding: 3px 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: 10px; @@ -363,7 +363,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { .sidebar-nav .nav-content li a { display: block; - padding: 3px 10px; + padding: 5px 10px; border-radius: var(--radius-sm); color: rgba(255,255,255,0.55); font-size: 12px;