summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_red.scss
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
    );
  }
}