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

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