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: 90122cec31feff21f8852693b2ddc6d7dd11506a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import './theme_helper';

body {
  &.ui-blue {
    @include gitlab-theme(
      $theme-blue-200,
      $theme-blue-500,
      $theme-blue-700,
      $theme-blue-900,
      $white
    );
  }
}