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

15 lines
215 B
SCSS
Raw Normal View History

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