debian-mirror-gitlab/app/assets/stylesheets/themes/theme_light_blue.scss
2020-11-24 15:15:51 +05:30

15 lines
252 B
SCSS

@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
);
}
}