|
|
|
@ -92,55 +92,57 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&.sidebar-focused {
|
|
|
|
|
width: $sidebar-width;
|
|
|
|
|
|
|
|
|
|
.brand-link {
|
|
|
|
|
&:not(.sidebar-no-expand) {
|
|
|
|
|
&:hover,
|
|
|
|
|
&.sidebar-focused {
|
|
|
|
|
width: $sidebar-width;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-panel {
|
|
|
|
|
text-align: left;
|
|
|
|
|
.brand-link {
|
|
|
|
|
width: $sidebar-width;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-panel {
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
|
|
.image {
|
|
|
|
|
float: left;
|
|
|
|
|
.image {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-panel > .info,
|
|
|
|
|
.sidebar .nav-sidebar .nav-link p,
|
|
|
|
|
.brand-text,
|
|
|
|
|
.logo-xl {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
animation-name: fadeIn;
|
|
|
|
|
animation-duration: $transition-speed;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
.user-panel > .info,
|
|
|
|
|
.sidebar .nav-sidebar .nav-link p,
|
|
|
|
|
.brand-text,
|
|
|
|
|
.logo-xl {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
animation-name: fadeIn;
|
|
|
|
|
animation-duration: $transition-speed;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo-xs {
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
animation-duration: $transition-speed;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
.logo-xs {
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
animation-duration: $transition-speed;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.brand-image {
|
|
|
|
|
margin-right: .5rem;
|
|
|
|
|
}
|
|
|
|
|
.brand-image {
|
|
|
|
|
margin-right: .5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Make the sidebar links, menus, labels, badges
|
|
|
|
|
// and angle icons disappear
|
|
|
|
|
.sidebar-form,
|
|
|
|
|
.user-panel > .info {
|
|
|
|
|
display: block !important;
|
|
|
|
|
transform: translateZ(0);
|
|
|
|
|
}
|
|
|
|
|
// Make the sidebar links, menus, labels, badges
|
|
|
|
|
// and angle icons disappear
|
|
|
|
|
.sidebar-form,
|
|
|
|
|
.user-panel > .info {
|
|
|
|
|
display: block !important;
|
|
|
|
|
transform: translateZ(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-sidebar > .nav-item > .nav-link > span {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
.nav-sidebar > .nav-item > .nav-link > span {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|