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

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

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