30 lines
697 B
CSS
30 lines
697 B
CSS
|
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
||
|
color: #fff;
|
||
|
background-color: var(--focal-pink) !important;
|
||
|
}
|
||
|
|
||
|
a.sidebar-inactve {
|
||
|
/*color: white !important;*/
|
||
|
/*border: var(--focal-pink);*/
|
||
|
/*border-width: 2px !important;*/
|
||
|
/*border-style: double;*/
|
||
|
}
|
||
|
|
||
|
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
|
||
|
background-color: var(--jumpy-pink) !important;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.nav-treeview {
|
||
|
/*display: block;*/
|
||
|
padding: 0.5rem 1rem !important;
|
||
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
||
|
color: #212529 !important;
|
||
|
margin-top: -0.2rem;
|
||
|
}
|
||
|
|
||
|
li.active {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|