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

14 lines
188 B
SCSS

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