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

theme_blue.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: adf097ddcd7a7e96c08813025fe18f4928466614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import './theme_helper';

:root {
  &.ui-blue {
    .page-with-super-sidebar {
      @include gitlab-theme-super-sidebar(
        $theme-blue-50,
        $theme-blue-200,
        $theme-blue-900,
        $theme-blue-900,
      );
    }
  }
}