This commit is contained in:
KONE SOREL 2026-04-02 18:37:28 +00:00
parent e61587dcd1
commit 076bc43b00

View File

@ -388,6 +388,16 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
width: 100% !important;
}
.sidebar-nav .nav-content li a.active-submenu::before {
content: '';
position: absolute;
left: -16px; /* S'aligne sur la bordure gauche du nav-content */
top: 20%;
height: 60%;
width: 3px;
background: #FFFFFF;
border-radius: 0 2px 2px 0;
}
.sidebar-nav .nav-content li a.active-submenu::after {
content: '';