Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme_green.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0300f261d644c7e25e05c58f5cf6bfef0bd300ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import './theme_helper';

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