2020-09-02 14:10:40 -04:00
|
|
|
@import './theme_helper';
|
|
|
|
|
|
|
|
body {
|
|
|
|
&.ui-light-red {
|
|
|
|
@include gitlab-theme(
|
|
|
|
$theme-light-red-200,
|
|
|
|
$theme-light-red-500,
|
|
|
|
$theme-light-red-500,
|
2021-10-30 11:09:57 -04:00
|
|
|
$gray-900,
|
2020-09-02 14:10:40 -04:00
|
|
|
$theme-light-red-700,
|
|
|
|
$white
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|