gitlab-org--gitlab-foss/app/assets/stylesheets/themes/theme_light_indigo.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
202 B
SCSS
Raw Normal View History

@import './theme_helper';
body {
&.ui-light-indigo {
@include gitlab-theme(
$indigo-200,
$indigo-500,
$indigo-500,
$gray-900,
$indigo-700,
$white
);
}
}