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: 7cb0d98802ea2f3d6069b5c9fbfbf67b368fc8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import './theme_helper';

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