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

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

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