summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_light_red.scss
blob: fd3980183f3c4f54a6bd6b706d240328918fce4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import './theme_helper';

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