debian-mirror-gitlab/app/assets/stylesheets/framework/super_sidebar.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
369 B
SCSS
Raw Normal View History

2023-03-17 16:20:25 +05:30
.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;
}