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

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

15 lines
205 B
SCSS
Raw Normal View History

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