frt
This commit is contained in:
parent
a284cf0cc1
commit
be1da75bbc
|
|
@ -383,7 +383,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
|
|
||||||
/* Sous-menu actif : Barre verticale discrète */
|
/* Sous-menu actif : Barre verticale discrète */
|
||||||
.sidebar-nav .nav-content li a.active-submenu {
|
.sidebar-nav .nav-content li a.active-submenu {
|
||||||
color: var(--color-info);
|
color: #FFFFFF;
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -412,6 +412,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
height: 5px;
|
height: 5px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: rgba(255,255,255,0.8);
|
background: rgba(255,255,255,0.8);
|
||||||
|
color: var(--color-info);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Titres de sections (ex: PARAMÉTRAGE, COMPTABILITÉ) */
|
/* Titres de sections (ex: PARAMÉTRAGE, COMPTABILITÉ) */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user