From 9f0402f3a4a1e63e4882a7e17eacb486f2ff6af0 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 18:20:47 +0000 Subject: [PATCH] dqw --- Bootstrap_new/css/theme-modern.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 7cd33e84..5eaf6cb0 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -361,6 +361,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { } .sidebar-nav .nav-content li { margin-bottom: 1px; } + .sidebar-nav .nav-content li a { display: flex; align-items: center; @@ -372,18 +373,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { transition: all var(--transition-fast); } -.sidebar-nav .nav-content li a { - display: block; - padding: 7px 10px; - border-radius: var(--radius-sm); - color: rgba(255,255,255,0.55); - font-size: 0.78rem; - text-decoration: none; - transition: all var(--transition-fast); - border-left: 2px solid transparent; - position: relative; -} - .sidebar-nav .nav-content li a:hover { color: white; background: rgba(255,255,255,0.07);