sidebar refactor
This commit is contained in:
@@ -40,32 +40,32 @@
|
||||
}
|
||||
|
||||
.accordion-button:not(.collapsed) {
|
||||
background: rgba(11, 93, 30, 0.2) !important;
|
||||
background: rgba(var(--lucent-bg), 0.2) !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.accordion .list-group-item {
|
||||
margin-left: 20px;
|
||||
border-left: 2px solid rgba(11, 93, 30, 0.2);
|
||||
border-left: 2px solid rgba(var(--lucent-bg-dark), 0.2);
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.accordion .list-group-item:hover {
|
||||
background: rgba(11, 93, 30, 0.1) !important;
|
||||
background: rgba(var(--lucent-bg-dark), 0.1) !important;
|
||||
}
|
||||
|
||||
.accordion .list-group-item.active {
|
||||
border-left: 2px solid rgba(11, 93, 30, 0.8);
|
||||
border-left: 2px solid rgba(var(--lucent-bg-dark), 0.8);
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
background: rgba(11, 93, 30, 0.1) !important;
|
||||
background: rgba(var(--lucent-bg-dark), 0.1) !important;
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.sidebar-logo{
|
||||
padding: 5px 20px;
|
||||
border-bottom: 1px solid rgba(11, 93, 30, 0.2);
|
||||
border-bottom: 1px solid rgba(var(--lucent-bg-dark), 0.2);
|
||||
}
|
||||
.sidebar-logo a{
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user