summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_light_blue.scss
blob: 07d1c60a4c6021df402f959eb190a507ab931d36 (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,
      $theme-light-blue-700,
      $theme-light-blue-700,
      $white
    );
  }
}