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

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