gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_gray.scss
Dmitriy Zaporozhets 6e6df3b830
Refactor themes for new UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-21 16:35:11 +03:00

6 lines
106 B
SCSS

/**
* Gray GitLab UI theme
*/
.ui_gray {
@include gitlab-theme(#979797, #373737, #272727, #222222);
}