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