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

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

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