Welcome to mirror list, hosted at ThFree Co, Russian Federation.

super_sidebar.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59a9df9ede0551ef2f50b2a62f09d1ee93f6b104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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;
}