zert
This commit is contained in:
parent
e61587dcd1
commit
076bc43b00
|
|
@ -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: '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user