-
Ramesh Kumar authoredRamesh Kumar authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
_overrides.scss 640 B
//Suggested location to add your overrides so that migration would be easy by just updating the SASS folder in the future
.layout-wrapper.layout-static.layout-static-sidebar-inactive ul li a span{
display: none;
height: 0px;
}
.layout-wrapper.layout-static.layout-static-sidebar-inactive ul li a {
height: auto;
}
.layout-wrapper.layout-static.layout-static-sidebar-inactive {
.layout-profile img{
width: 30px;
margin: 0px;
}
.layout-profile p{
display: none;
}
.layout-logo{
display: none;
}
.layout-sidebar-dark .layout-menu li a {
border-top: none;
}
}