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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
169 B
SCSS
Raw Normal View History

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