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

15 lines
205 B
SCSS
Raw Normal View History

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