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

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