.main-sidebar { background-color: $gray-lighten !important; padding-top: 50px; .sidebar { margin: 0; min-height: 84vh; .user-panel { background-position: center; background-size: cover; padding-bottom: 3rem; padding-top: 3rem; } } } .sidebar-item.active, .sidebar-item.active > a { background: $white; border-left-color: $keppler-color; // box-shadow: 0 1px 3px $light-transparent; color: $dark-grey; transition: .3s ease-out; i { color: $keppler-color; } } .sidebar-link { color: $light-grey; transition: .3s ease-out; span { margin-left: 10px; } &:hover, &:active, &:focus, &.current, &.active { background: $white; border-left-color: $keppler-color; // box-shadow: 0 1px 3px $light-transparent; color: $dark-grey; transition: .3s ease-out; i { color: $keppler-color; } } } .sidebar-menu { > li { &.active { background: $white; border-left-color: $keppler-color; // box-shadow: 0 1px 3px $light-transparent; } > a { border-left: 3px solid transparent; } } } .sidebar-menu { .treeview-menu > li > a { padding: 5px 5px 5px 40px; } } .treeview-menu { background: $white; border-radius: none; // box-shadow: 0 1px 3px $light-transparent; color: $dark-grey; margin: 0 1px; padding: 7px 0; a { color: $light-grey; &:hover, &.active { color: $dark-grey; transition: .3s ease-out; } } } .side-img-profile { @extend %circle-img; background: $keppler-color; box-shadow: 1px 1px 2px $dark-transparent; height: 45px; object-fit: cover; transition: .2s; vertical-align: middle; width: 45px; } .info p { color: $dark-grey; font-weight: 600; margin-bottom: 0; white-space: initial; } .info small { color: $light-grey; margin-bottom: 9px; } .text-success { color: $text-success; } .sidebar-mini.sidebar-collapse { .treeview-menu { box-shadow: 0 1px 3px $light-transparent; a { padding: 5px 5px 5px 15px; } } li:hover span { background: $white !important; box-shadow: 0 1px 3px $light-transparent; margin-left: -3px; padding: 12px 5px 12px 20px; top: 0; } } .new-message { margin-top: -45px; position: absolute; right: 15%; z-index: 1; } .sidebar-footer { bottom: 0; opacity: .1; padding: 10px; position: relative; transition: .2s; width: 100%; .brand img { height: 25px; margin: 0 10px; } span { color: $white; font-family: Patua One; margin: 0 20px; position: absolute; right: 0; top: 10px; } } ::-webkit-scrollbar { display: none; } .sidebar-collapse { transition: .2s; .user-panel { padding: { left: 5px; right: 2px; } .side-img-profile { height: 40px; transition: .2s; width: 40px; } } .sidebar-footer { padding: 4px; transition: .2s; .pull-right { display: none; } } }