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

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

:root {
  &.ui-light-green {
    .page-with-super-sidebar {
      @include gitlab-theme-super-sidebar(
        $theme-green-50,
        $theme-green-100,
        $theme-green-700,
        $theme-green-900,
      );
    }
  }
}