gitlab-org--gitlab-foss/app/assets/stylesheets/main/variables.scss

27 lines
440 B
SCSS
Raw Normal View History

$style_color: #474D57;
2015-01-22 20:05:31 -05:00
$hover: #FFF3EB;
$box_bg: #F9F9F9;
2015-03-06 23:02:34 -05:00
$gl-link-color: #446e9b;
$nprogress-color: #c0392b;
$gl-font-size: 13px;
$list-font-size: 15px;
$sidebar_width: 230px;
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
2014-06-26 03:49:14 -04:00
/*
2015-03-06 22:02:12 -05:00
* State colors:
*/
2015-03-06 22:02:12 -05:00
$gl-success: #019875;
$gl-danger: #d9534f;
$gl-primary: #446e9b;
$gl-info: #029ACF;
$gl-warning: #EB9532;
/**
* Commit Diff Colors
*/
$added: #63c363;
$deleted: #f77;