116 lines
1.9 KiB
SCSS
116 lines
1.9 KiB
SCSS
#sidebar_panel {
|
|
width: 250px !important;
|
|
}
|
|
|
|
.o_menu_sections {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.o_menu_sections_more {
|
|
display: none !important;
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
border: none !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.o_menu_sections {
|
|
background-color: unset !important;
|
|
}
|
|
|
|
.d-md-flex {
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
|
|
.d-md-flex a, .d-md-flex > div {
|
|
display: none;
|
|
padding-top: 5px !important;
|
|
padding-bottom: 5px !important;
|
|
}
|
|
|
|
.o-dropdown {
|
|
padding-left: 25px;
|
|
padding-top: 8px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.o-dropdown button {
|
|
padding-left: 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.nav-link {
|
|
box-shadow: 0px 0px 2px #fff;
|
|
}
|
|
|
|
.sidebar_menu li:hover .dropdown-item {
|
|
background-color: unset !important;
|
|
}
|
|
|
|
.sidebar_menu li:hover .o-dropdown {
|
|
background-color: unset !important;
|
|
transition: .3s all;
|
|
}
|
|
|
|
.sidebar_menu li .o-dropdown {
|
|
background-color: unset !important;
|
|
cursor: pointer;
|
|
padding-left: 53px !important;
|
|
}
|
|
|
|
.o_menu_sections .dropdown-menu {
|
|
position: unset !important;
|
|
background-color: unset;
|
|
}
|
|
|
|
.sidebar_menu li .o_menu_sections > a {
|
|
padding-left: 53px !important;
|
|
}
|
|
|
|
.sidebar_menu li:hover .dropdown-menu a,
|
|
.sidebar_menu li:hover .dropdown-menu {
|
|
background-color: unset !important;
|
|
}
|
|
|
|
.o_menu_sections .dropdown-menu .dropdown-menu_group {
|
|
color: #ccc;
|
|
background-color: unset;
|
|
padding-bottom: 0.5rem !important;
|
|
padding-left: 89px;
|
|
}
|
|
|
|
.o_menu_sections .dropdown-menu {
|
|
width: 250px !important;
|
|
margin-left: -75px !important;
|
|
max-height: unset !important;
|
|
box-shadow: unset !important;
|
|
border: none;
|
|
}
|
|
|
|
.o-dropdown--menu .dropdown-item.focus {
|
|
background-color: unset !important;
|
|
}
|
|
|
|
.dropdown-menu .dropdown-item {
|
|
padding-left: 103px !important;
|
|
}
|
|
|
|
svg {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
svg:nth-of-type(1) {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
width: 100% !important;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|