debian-mirror-gitlab/app/assets/stylesheets/themes/theme_indigo.scss

15 lines
196 B
SCSS
Raw Normal View History

2020-11-24 15:15:51 +05:30
@import './theme_helper';
body {
&.ui-indigo {
@include gitlab-theme(
$indigo-200,
$indigo-500,
$indigo-700,
2021-12-11 22:18:48 +05:30
$gray-900,
2020-11-24 15:15:51 +05:30
$indigo-900,
$white
);
}
}