debian-mirror-gitlab/app/assets/stylesheets/framework/super_sidebar.scss
2023-03-17 16:20:25 +05:30

22 lines
369 B
SCSS

.super-sidebar {
top: 0;
width: $contextual-sidebar-width;
.user-bar {
background-color: $t-gray-a-04;
.tanuki-logo {
@include gl-vertical-align-middle;
}
}
.context-switcher-toggle {
&[aria-expanded='true'] {
background-color: $t-gray-a-08;
}
}
}
.with-performance-bar .super-sidebar {
top: $performance-bar-height;
}