gh
This commit is contained in:
parent
2ef8d255e4
commit
330b3dda9e
|
|
@ -1,27 +1,18 @@
|
||||||
.sidebar, .sidebar-nav .nav-link.collapsed{
|
.sidebar, .sidebar-nav .nav-link.collapsed{
|
||||||
background:#3473ac;
|
background:#3473ac;
|
||||||
color:white
|
color:white;
|
||||||
}
|
width: 100%;
|
||||||
/* .sidebar-nav .nav-content a{
|
|
||||||
color:green
|
|
||||||
} */
|
|
||||||
[aria-expanded="true"] {
|
|
||||||
/* Styles à appliquer lorsque aria-expanded="true" */
|
|
||||||
/* Par exemple : */
|
|
||||||
/* background-color: white !important;
|
|
||||||
font-weight: bold !important;
|
|
||||||
color:#286090 !important; */
|
|
||||||
/* text-transform: uppercase; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.sidebar-nav .nav-content a {
|
.sidebar-nav .nav-content a {
|
||||||
color:white
|
color:white
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-submenu{
|
.active-submenu{
|
||||||
color:black !important;
|
color:black !important;
|
||||||
width:150px;
|
width:150px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
/* background:#857a7a */
|
|
||||||
/* text-decoration: underline; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-submenu:hover{
|
.active-submenu:hover{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user