162 lines
2.8 KiB
SCSS
162 lines
2.8 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;
|
|
}
|
|
|
|
.sidebar_menu .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;
|
|
}
|
|
|
|
.sidebar_menu .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;
|
|
}
|
|
|
|
//$caret-width: 80px;
|
|
//
|
|
.sidebar_menu .dropdown-toggle[aria-expanded="false"] :after {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 12px;
|
|
content: "";
|
|
border-top: $caret-width solid;
|
|
border-right: $caret-width solid transparent;
|
|
border-left: $caret-width solid transparent;
|
|
}
|
|
|
|
.sidebar_menu .dropdown-toggle[aria-expanded="true"]:after {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 12px;
|
|
content: "";
|
|
border-top: 0;
|
|
border-right: $caret-width solid transparent;
|
|
border-left: $caret-width solid transparent;
|
|
border-bottom: $caret-width solid;
|
|
}
|
|
|
|
.text-truncate {
|
|
overflow: unset !important;
|
|
text-overflow: unset !important;
|
|
}
|
|
|
|
.o_list_controller {
|
|
width: 41px !important;
|
|
}
|
|
|
|
.o_main_navbar .dropdown-toggle {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.MessagingMenuContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|