23 lines
369 B
SCSS
23 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;
|
||
|
}
|