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

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

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