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