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

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

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