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

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

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