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

39 lines
813 B
SCSS
Raw Normal View History

$style_color: #474D57;
$hover: #FFFAF1;
$gl-text-color: #222222;
2015-03-06 23:02:34 -05:00
$gl-link-color: #446e9b;
$nprogress-color: #c0392b;
$gl-font-size: 14px;
2015-03-06 23:02:34 -05:00
$list-font-size: 15px;
$sidebar_collapsed_width: 62px;
2015-03-06 23:02:34 -05:00
$sidebar_width: 230px;
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
$border-color: #E5E5E5;
$background-color: #f5f5f5;
$header-height: 73px;
$fixed-layout-width: 1200px;
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-primary: #446e9b;
$gl-success: #44c679;
$gl-info: #00aaff;
2015-03-06 22:02:12 -05:00
$gl-warning: #EB9532;
$gl-danger: #d9534f;
2015-03-07 00:40:23 -05:00
/*
* Commit Diff Colors
*/
$added: #63c363;
$deleted: #f77;
2015-03-07 00:40:23 -05:00
/*
* Fonts
*/
$monospace_font: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace;
$regular_font: "Helvetica Neue", Helvetica, Arial, sans-serif;