15 lines
222 B
SCSS
15 lines
222 B
SCSS
|
@import './theme_helper';
|
||
|
|
||
|
body {
|
||
|
&.ui-green {
|
||
|
@include gitlab-theme(
|
||
|
$theme-green-200,
|
||
|
$theme-green-500,
|
||
|
$theme-green-700,
|
||
|
$theme-green-800,
|
||
|
$theme-green-900,
|
||
|
$white
|
||
|
);
|
||
|
}
|
||
|
}
|