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

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