variables.scss 17.5 KB
Newer Older
1 2 3
/*
 * Layout
 */
4
$grid-size: 8px;
5 6
$gutter_collapsed_width: 62px;
$gutter_width: 290px;
7
$gutter_inner_width: 250px;
8
$sidebar-transition-duration: 0.3s;
9
$sidebar-breakpoint: 1024px;
10
$default-transition-duration: 0.15s;
11 12
$contextual-sidebar-width: 220px;
$contextual-sidebar-collapsed-width: 50px;
13

14 15 16
/*
 * Color schema
 */
17
$darken-normal-factor: 7%;
18 19
$darken-dark-factor: 10%;
$darken-border-factor: 5%;
20
$darken-border-dashed-factor: 25%;
21

22
$white-light: #fff;
23 24
$white-normal: #f0f0f0;
$white-dark: #eaeaea;
25

26
$gray-lightest: #fdfdfd;
27
$gray-light: #fafafa;
28
$gray-lighter: #f9f9f9;
29
$gray-normal: #f5f5f5;
30
$gray-dark: darken($gray-light, $darken-dark-factor);
31
$gray-darker: #eee;
32
$gray-darkest: #c4c4c4;
33

34 35 36 37 38
$green-50: #f1fdf6;
$green-100: #dcf5e7;
$green-200: #b3e6c8;
$green-300: #75d09b;
$green-400: #37b96d;
39 40 41 42 43
$green-500: #1aaa55;
$green-600: #168f48;
$green-700: #12753a;
$green-800: #0e5a2d;
$green-900: #0a4020;
44
$green-950: #072b15;
45

46 47 48 49 50
$blue-50: #f6fafe;
$blue-100: #e4f0fb;
$blue-200: #b8d6f4;
$blue-300: #73afea;
$blue-400: #2e87e0;
51 52 53 54 55
$blue-500: #1f78d1;
$blue-600: #1b69b6;
$blue-700: #17599c;
$blue-800: #134a81;
$blue-900: #0f3b66;
56
$blue-950: #0a2744;
57

58 59 60 61 62
$orange-50: #fffaf4;
$orange-100: #fff1de;
$orange-200: #fed69f;
$orange-300: #fdbc60;
$orange-400: #fca121;
63 64 65
$orange-500: #fc9403;
$orange-600: #de7e00;
$orange-700: #c26700;
66 67 68
$orange-800: #a35200;
$orange-900: #853c00;
$orange-950: #592800;
69

70 71 72
$red-50: #fef6f5;
$red-100: #fbe5e1;
$red-200: #f2b4a9;
73 74 75 76 77 78 79
$red-300: #e67664;
$red-400: #e05842;
$red-500: #db3b21;
$red-600: #c0341d;
$red-700: #a62d19;
$red-800: #8b2615;
$red-900: #711e11;
80
$red-950: #4b140b;
81

82 83
// GitLab themes

84 85 86 87 88 89 90 91 92 93 94
$indigo-50: #f7f7ff;
$indigo-100: #ebebfa;
$indigo-200: #d1d1f0;
$indigo-300: #a6a6de;
$indigo-400: #7c7ccc;
$indigo-500: #6666c4;
$indigo-600: #5b5bbd;
$indigo-700: #4b4ba3;
$indigo-800: #393982;
$indigo-900: #292961;
$indigo-950: #1a1a40;
Phil Hughes's avatar
Phil Hughes committed
95

96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
$theme-gray-50: #fafafa;
$theme-gray-100: #f2f2f2;
$theme-gray-200: #dfdfdf;
$theme-gray-300: #cccccc;
$theme-gray-400: #bababa;
$theme-gray-500: #a7a7a7;
$theme-gray-600: #949494;
$theme-gray-700: #707070;
$theme-gray-800: #4f4f4f;
$theme-gray-900: #2e2e2e;
$theme-gray-950: #1f1f1f;

$theme-blue-50: #f4f8fc;
$theme-blue-100: #e6edf5;
$theme-blue-200: #c8d7e6;
$theme-blue-300: #97b3cf;
$theme-blue-400: #648cb4;
$theme-blue-500: #4a79a8;
$theme-blue-600: #3e6fa0;
$theme-blue-700: #305c88;
$theme-blue-800: #25496e;
$theme-blue-900: #1a3652;
$theme-blue-950: #0f2235;

120 121 122 123 124 125 126 127 128
$theme-light-blue-50: #f2f7fc;
$theme-light-blue-100: #ebf1f7;
$theme-light-blue-200: #c9dcf2;
$theme-light-blue-300: #83abd4;
$theme-light-blue-400: #4d86bf;
$theme-light-blue-500: #367cc2;
$theme-light-blue-600: #3771ab;
$theme-light-blue-700: #2261a1;

129 130 131 132 133 134 135 136 137 138 139 140
$theme-green-50: #f2faf6;
$theme-green-100: #e4f3ea;
$theme-green-200: #c0dfcd;
$theme-green-300: #8ac2a1;
$theme-green-400: #52a274;
$theme-green-500: #35935c;
$theme-green-600: #288a50;
$theme-green-700: #1c7441;
$theme-green-800: #145d33;
$theme-green-900: #0d4524;
$theme-green-950: #072d16;

141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
$theme-light-green-700: #156b39;

$theme-red-50: #fcf4f2;
$theme-red-100: #fae9e6;
$theme-red-200: #ebcac5;
$theme-red-300: #d99b91;
$theme-red-400: #b0655a;
$theme-red-500: #ad4a3b;
$theme-red-600: #9e4133;
$theme-red-700: #912f20;
$theme-red-800: #78291d;
$theme-red-900: #691a16;
$theme-red-950: #36140f;

$theme-light-red-50: #fff6f5;
$theme-light-red-100: #fae2de;
$theme-light-red-200: #f7d5d0;
$theme-light-red-300: #d9796a;
$theme-light-red-400: #cf604e;
$theme-light-red-500: #c24b38;
$theme-light-red-600: #b03927;
$theme-light-red-700: #a62e21;

164 165
$black: #000;
$black-transparent: rgba(0, 0, 0, 0.3);
Jacob Schatz's avatar
Jacob Schatz committed
166
$almost-black: #242424;
167

168 169
$border-white-light: darken($white-light, $darken-border-factor);
$border-white-normal: darken($white-normal, $darken-border-factor);
170

171
$border-gray-light: darken($gray-light, $darken-border-factor);
172
$border-gray-normal: darken($gray-normal, $darken-border-factor);
173
$border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
174
$border-gray-dark: darken($white-normal, $darken-border-factor);
175

176 177 178 179 180
/*
 * Override Bootstrap 4 variables
 */
$secondary: $gray-light;

181 182 183
/*
 * UI elements
 */
184
$border-color: #e5e5e5;
185
$focus-border-color: $blue-300;
186 187
$well-expand-item: #e8f2f7;
$well-inner-border: #eef0f2;
188 189
$well-light-border: #f1f1f1;
$well-light-text-color: #5b6169;
190 191 192 193

/*
 * Text
 */
194
$gl-font-size: 14px;
195 196
$gl-font-weight-normal: 400;
$gl-font-weight-bold: 600;
197 198 199 200
$gl-text-color: #2e2e2e;
$gl-text-color-secondary: #707070;
$gl-text-color-tertiary: #949494;
$gl-text-color-quaternary: #d6d6d6;
201
$gl-text-color-inverted: rgba(255, 255, 255, 1);
202
$gl-text-color-secondary-inverted: rgba(255, 255, 255, 0.85);
203
$gl-text-color-disabled: #919191;
204
$gl-text-green: $green-600;
205
$gl-text-green-hover: $green-700;
206 207 208 209
$gl-text-red: $red-500;
$gl-text-orange: $orange-600;
$gl-link-color: $blue-600;
$gl-link-hover-color: $blue-800;
210 211 212
$gl-grayish-blue: #7f8fa4;
$gl-gray: $gl-text-color;
$gl-gray-dark: #313236;
Fatih Acet's avatar
Fatih Acet committed
213
$gl-gray-light: #5c5c5c;
214
$gl-header-color: #4c4e54;
215
$gl-header-nav-hover-color: #434343;
216
$placeholder-text-color: $gl-text-color-tertiary;
217 218 219 220

/*
 * Lists
 */
221
$list-font-size: $gl-font-size;
222
$list-title-color: $gl-text-color;
223
$list-text-color: $gl-text-color;
224
$list-text-disabled-color: $gl-text-color-tertiary;
225 226
$list-border-light: #eee;
$list-border: rgba(0, 0, 0, 0.05);
227
$list-text-height: 42px;
228 229
$list-warning-row-bg: $orange-100;
$list-warning-row-border: $orange-200;
230
$list-warning-row-color: $orange-700;
231

232 233 234
/*
 * Markdown
 */
235
$md-link-color: $gl-link-color;
236
$md-area-border: #ddd;
237 238 239 240

/*
 * Code
 */
241
$code_font_size: 12px;
242
$code_line_height: 1.6;
243

244 245 246 247 248
/*
 * Tooltips
 */
$tooltip-font-size: 12px;

249 250 251
/*
 * Padding
 */
252
$gl-padding-24: 24px;
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
253
$gl-padding: 16px;
Kushal Pandya's avatar
Kushal Pandya committed
254
$gl-padding-8: 8px;
255
$gl-padding-4: 4px;
256
$gl-col-padding: 15px;
257
$gl-input-padding: 10px;
258
$gl-vert-padding: 6px;
259
$gl-padding-top: 10px;
260
$gl-sidebar-padding: 22px;
261
$gl-bar-padding: 3px;
262 263 264 265

/*
 * Misc
 */
266 267
$row-hover: $blue-50;
$row-hover-border: $blue-200;
268
$progress-color: #c0392b;
269
$header-height: 40px;
270
$ide-statusbar-height: 25px;
271
$fixed-layout-width: 1280px;
272
$limited-layout-width: 990px;
273
$limited-layout-width-sm: 790px;
274
$container-text-max-width: 540px;
275
$gl-avatar-size: 40px;
276
$error-exclamation-point: $red-500;
277
$border-radius-default: 4px;
278
$border-radius-small: 2px;
279
$settings-icon-size: 18px;
280 281 282
$provider-btn-not-active-color: $blue-500;
$link-underline-blue: $blue-500;
$active-item-blue: $blue-500;
283
$layout-link-gray: #7e7c7c;
284 285
$btn-side-margin: 10px;
$btn-sm-side-margin: 7px;
286
$btn-xs-side-margin: 5px;
287
$issue-status-expired: $orange-500;
288
$issuable-sidebar-color: $gl-text-color-secondary;
289
$sidebar-block-hover-color: #ebebeb;
290 291 292 293 294 295 296 297
$group-path-color: #999;
$namespace-kind-color: #aaa;
$panel-heading-link-color: #777;
$graph-author-email-color: #777;
$count-arrow-border: #dce0e5;
$save-project-loader-color: #555;
$divergence-graph-bar-bg: #ccc;
$divergence-graph-separator-bg: #ccc;
298
$general-hover-transition-duration: 100ms;
299
$general-hover-transition-curve: linear;
300
$highlight-changes-color: rgb(235, 255, 232);
301
$performance-bar-height: 35px;
Tim Zallmann's avatar
Tim Zallmann committed
302 303
$flash-height: 52px;
$context-header-height: 60px;
304
$breadcrumb-min-height: 48px;
305
$gcp-signup-offer-icon-max-width: 125px;
306

307 308 309 310 311 312 313 314
/*
* Common component specific colors
*/
$hint-color: #999;
$well-pre-bg: #eee;
$well-pre-color: #555;
$loading-color: #555;
$update-author-color: #999;
315 316
$user-mention-bg: rgba($blue-500, 0.044);
$user-mention-bg-hover: rgba($blue-500, 0.15);
317 318 319
$time-color: #999;
$project-member-show-color: #aaa;
$gl-promo-color: #aaa;
320
$error-bg: $red-400;
321 322
$warning-message-bg: $orange-100;
$warning-message-border: $orange-200;
323
$warning-message-color: $orange-700;
324 325 326 327 328
$control-group-descr-color: #666;
$table-permission-x-bg: #d9edf7;
$username-color: #666;
$description-color: #666;
$profiler-border: #eee;
Phil Hughes's avatar
Phil Hughes committed
329

330 331 332 333 334
/* tanuki logo colors */
$tanuki-red: #e24329;
$tanuki-orange: #fc6d26;
$tanuki-yellow: #fca326;

335
/*
336
 * State colors:
337
 */
338 339
$gl-primary: $blue-500;
$gl-success: $green-500;
340
$gl-success-focus: rgba($gl-success, 0.4);
341 342 343
$gl-info: $blue-500;
$gl-warning: $orange-500;
$gl-danger: $red-500;
Annabel Dunstone's avatar
Annabel Dunstone committed
344 345
$gl-btn-active-background: rgba(0, 0, 0, 0.16);
$gl-btn-active-gradient: inset 0 2px 3px $gl-btn-active-background;
346 347 348 349 350
// Bootstrap override states
$success: $gl-success;
$info: $gl-info;
$warning: $gl-warning;
$danger: $gl-danger;
351

352
/*
353 354
 * Commit Diff Colors
 */
355 356 357 358 359 360 361 362 363 364 365 366
$added: #63c363;
$deleted: #f77;
$line-added: #ecfdf0;
$line-added-dark: #c7f0d2;
$line-removed: #fbe9eb;
$line-removed-dark: #fac5cd;
$line-number-old: #f9d7dc;
$line-number-new: #ddfbe6;
$line-number-select: #fbf2da;
$line-target-blue: #f6faff;
$line-select-yellow: #fcf8e7;
$line-select-yellow-dark: #f0e2bd;
367 368 369 370 371 372 373 374
$dark-diff-match-bg: rgba(255, 255, 255, 0.3);
$dark-diff-match-color: rgba(255, 255, 255, 0.1);
$file-mode-changed: #777;
$file-mode-changed: #777;
$diff-image-info-color: grey;
$diff-swipe-border: #999;
$diff-view-modes-color: grey;
$diff-view-modes-border: #c1c1c1;
Felipe Artur's avatar
Felipe Artur committed
375
$diff-jagged-border-gradient-color: darken($white-normal, 8%);
376

377 378 379
/*
 * Fonts
 */
380 381 382 383
$monospace_font: 'Menlo', 'DejaVu Sans Mono', 'Liberation Mono', 'Consolas', 'Ubuntu Mono',
  'Courier New', 'andale mono', 'lucida console', monospace;
$regular_font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
  'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
Phil Hughes's avatar
Phil Hughes committed
384 385 386 387

/*
* Dropdowns
*/
388
$dropdown-width: 300px;
389 390
$dropdown-min-height: 40px;
$dropdown-max-height: 312px;
391
$dropdown-vertical-offset: 4px;
Phil Hughes's avatar
Phil Hughes committed
392
$dropdown-link-color: #555;
393
$dropdown-link-hover-bg: $row-hover;
394
$dropdown-empty-row-bg: rgba(#000, 0.04);
395
$dropdown-border-color: $border-color;
396 397
$dropdown-shadow-color: rgba(#000, 0.1);
$dropdown-divider-color: rgba(#000, 0.1);
398
$dropdown-title-btn-color: #bfbfbf;
399
$dropdown-input-color: #555;
400
$dropdown-input-fa-color: #c7c7c7;
401
$dropdown-input-focus-border: $focus-border-color;
402 403
$dropdown-input-focus-shadow: rgba($dropdown-input-focus-border, 0.4);
$dropdown-loading-bg: rgba(#fff, 0.6);
404
$dropdown-chevron-size: 10px;
405
$dropdown-toggle-active-border-color: darken($border-color, 14%);
406
$dropdown-item-hover-bg: $gray-darker;
407
$dropdown-fade-mask-height: 32px;
408
$dropdown-member-form-control-width: 163px;
409

Clement Ho's avatar
Clement Ho committed
410 411 412
/*
* Filtered Search
*/
413
$filtered-search-term-shadow-color: rgba(0, 0, 0, 0.09);
414
$dropdown-hover-color: $blue-400;
Clement Ho's avatar
Clement Ho committed
415

416 417 418
/*
* Contextual Sidebar
*/
419 420 421
$link-active-background: rgba(0, 0, 0, 0.04);
$link-hover-background: rgba(0, 0, 0, 0.06);
$inactive-badge-background: rgba(0, 0, 0, 0.08);
422 423
$sidebar-toggle-height: 60px;
$sidebar-milestone-toggle-bottom-margin: 10px;
424

Annabel Dunstone's avatar
Annabel Dunstone committed
425 426 427
/*
* Buttons
*/
Annabel Dunstone's avatar
Annabel Dunstone committed
428
$btn-active-gray: #ececec;
429
$btn-active-gray-light: e4e7ed;
430
$btn-white-active: #848484;
431 432 433 434
$gl-btn-padding: 10px;
$gl-btn-line-height: 16px;
$gl-btn-vert-padding: 8px;
$gl-btn-horz-padding: 12px;
Annabel Dunstone's avatar
Annabel Dunstone committed
435

436 437 438
/*
* Badges
*/
439
$badge-bg: rgba(0, 0, 0, 0.07);
440
$badge-color: $gl-text-color-secondary;
441

442 443 444 445 446 447
/*
 *  Status icons
 */
$status-icon-size: 22px;
$status-icon-margin: $gl-btn-padding;

448 449 450
/*
 *  Award emoji
 */
451
$award-emoji-menu-shadow: rgba(0, 0, 0, 0.175);
452 453
$award-emoji-positive-add-bg: #fed159;
$award-emoji-positive-add-lines: #bb9c13;
Alfredo Sumaran's avatar
Alfredo Sumaran committed
454 455 456 457

/*
 * Search Box
 */
458
$search-input-border-color: rgba($blue-400, 0.8);
459
$search-input-focus-shadow-color: $dropdown-input-focus-shadow;
460
$search-input-width: 220px;
461
$location-badge-active-bg: $blue-500;
Alfredo Sumaran's avatar
Alfredo Sumaran committed
462
$location-icon-color: #e7e9ed;
Phil Hughes's avatar
Phil Hughes committed
463 464 465 466

/*
 *  Notes
 */
467
$notes-light-color: $gl-text-color-secondary;
Phil Hughes's avatar
Phil Hughes committed
468
$note-disabled-comment-color: #b2b2b2;
469 470 471
$note-targe3-outside: #fffff0;
$note-targe3-inside: #ffffd3;
$note-line2-border: #ddd;
472
$note-icon-gutter-width: 55px;
473 474 475 476 477

/*
* Zen
*/
$zen-control-color: #555;
Phil Hughes's avatar
Phil Hughes committed
478

479 480 481
/*
* Calendar
*/
Phil Hughes's avatar
Phil Hughes committed
482
$calendar-hover-bg: #ecf3fe;
483
$calendar-border-color: rgba(#000, 0.1);
484
$calendar-user-contrib-text: #959494;
Phil Hughes's avatar
Phil Hughes committed
485

486 487 488 489 490
/*
 *  Cycle Analytics
 */
$cycle-analytics-box-padding: 30px;
$cycle-analytics-box-text-color: #8c8c8c;
491
$cycle-analytics-big-font: 19px;
492
$cycle-analytics-dark-text: $gl-text-color;
493
$cycle-analytics-light-gray: #bfbfbf;
494
$cycle-analytics-dismiss-icon-color: #b2b2b2;
495

496 497 498 499
/*
* CI
*/
$ci-skipped-color: #888;
Phil Hughes's avatar
Phil Hughes committed
500

501 502 503
/*
* Boards
*/
504
$issue-boards-font-size: 14px;
505
$issue-boards-card-shadow: rgba(186, 186, 186, 0.5);
506 507 508 509 510 511
/*
 The following heights are used in boards.scss and are used for calculation of the board height.
 They probably should be derived in a smarter way.
*/
$issue-boards-filter-height: 68px;
$issue-boards-breadcrumbs-height-xs: 63px;
512
$issue-board-list-difference-xs: $header-height + $issue-boards-breadcrumbs-height-xs;
513
$issue-board-list-difference-sm: $header-height + $breadcrumb-min-height;
514
$issue-board-list-difference-md: $issue-board-list-difference-sm + $issue-boards-filter-height;
515 516 517 518 519

/*
* Avatar
*/
$avatar_radius: 50%;
520 521 522
$avatar-border: $gray-normal;
$avatar-border-hover: $gray-darker;
$avatar-background: $gray-lightest;
523 524
$gl-avatar-size: 40px;

Jeff Stubler's avatar
Jeff Stubler committed
525 526 527 528 529 530 531
/*
* Blame
*/
$blame-gray: #ededed;
$blame-cyan: #acd5f2;
$blame-blue: #254e77;

532 533 534 535 536 537 538 539
/*
* Builds
*/
$builds-trace-bg: #111;

/*
* Callout
*/
540 541
$callout-danger-bg: $red-100;
$callout-danger-border: $red-200;
542
$callout-danger-color: $red-700;
543 544
$callout-warning-bg: $orange-100;
$callout-warning-border: $orange-200;
545
$callout-warning-color: $orange-700;
546 547
$callout-info-bg: $blue-100;
$callout-info-border: $blue-200;
548
$callout-info-color: $blue-700;
549 550
$callout-success-bg: $green-100;
$callout-success-border: $green-200;
551
$callout-success-color: $green-700;
552 553 554 555

/*
* Commit Page
*/
556 557
$commit-max-width-marker-color: rgba(0, 0, 0, 0);
$commit-message-text-area-bg: rgba(0, 0, 0, 0);
558 559 560 561

/*
* Common
*/
562
$common-gray: $gl-text-color;
563 564 565 566 567 568 569 570
$common-gray-light: #bbb;
$common-gray-dark: #444;
$common-red: $gl-text-red;
$common-green: $gl-text-green;

/*
* Editor
*/
571
$editor-cancel-color: $red-600;
572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593

/*
* Events
*/
$events-pre-color: #777;
$events-note-icon-color: #777;
$events-body-border: #ddd;

/*
* Files
*/
$file-image-bg: #eee;
$blob-bg: #eee;
$blame-border: #eee;
$blame-line-numbers-border: #ddd;
$logs-bg: #eee;
$logs-li-color: #888;
$logs-p-color: #333;

/*
* Forms
*/
594
$input-height: 34px;
595
$input-danger-bg: #f2dede;
596
$input-danger-border: $red-400;
597 598
$input-group-addon-bg: #f7f8fa;
$gl-field-focus-shadow: rgba(0, 0, 0, 0.075);
599
$gl-field-focus-shadow-error: rgba($red-500, 0.6);
600 601
$input-short-width: 200px;
$input-short-md-width: 280px;
602 603 604 605 606 607 608 609 610 611 612 613 614 615

/*
* Help
*/
$document-index-color: #888;
$help-shortcut-color: #999;
$help-shortcut-mapping-color: #555;
$help-shortcut-header-color: #333;

/*
* Issues
*/
$issues-today-bg: #f3fff2;
$issues-today-border: #e1e8d5;
Bryce Johnson's avatar
Bryce Johnson committed
616
$compare-display-color: #888;
617 618 619 620 621 622 623 624 625 626

/*
* jQuery UI
*/
$jq-ui-border: #ddd;
$jq-ui-default-color: #777;

/*
* Label
*/
627
$label-font-size: 12px;
628
$label-padding: 7px;
629
$label-padding-modal: 10px;
630 631
$label-gray-bg: #f8fafc;
$label-inverse-bg: #333;
632
$label-remove-border: rgba(0, 0, 0, 0.1);
633
$label-border-radius: 100px;
634

635 636 637 638
/*
* Animation
*/
$fade-in-duration: 200ms;
639
$fade-mask-transition-duration: 0.1s;
640
$fade-mask-transition-curve: ease-in-out;
641

642 643 644
/*
* Lint
*/
645 646
$lint-incorrect-color: $red-500;
$lint-correct-color: $green-500;
647 648 649 650 651

/*
* Login
*/
$login-brand-holder-color: #888;
652
$login-devise-error-color: $red-700;
653 654 655 656 657 658 659 660 661 662 663 664 665

/*
* Nav
*/
$nav-link-gray: #959494;
$nav-badge-bg: #eee;
$nav-toggle-gray: #666;

/*
* Notify
*/
$notify-details: #777;
$notify-footer: #777;
666 667
$notify-new-file: $green-600;
$notify-deleted-file: $red-700;
668 669 670 671 672 673

/*
* Projects
*/
$project-option-descr-color: #54565b;
$project-breadcrumb-color: #999;
674
$project-private-forks-notice-odd: $green-600;
675 676
$project-network-controls-color: #888;

677 678 679 680 681
$feature-toggle-color: #fff;
$feature-toggle-text-color: #fff;
$feature-toggle-color-disabled: #999;
$feature-toggle-color-enabled: #4a8bee;

682 683 684
/*
* Runners
*/
685 686 687
$runner-state-shared-bg: $green-400;
$runner-state-specific-bg: $blue-400;
$runner-status-online-color: $green-600;
688
$runner-status-offline-color: $gray-darkest;
689
$runner-status-paused-color: $red-500;
690 691 692 693 694

/*
Stat Graph
*/
$stat-graph-common-bg: #f3f3f3;
695
$stat-graph-area-fill: $green-500;
696
$stat-graph-axis-fill: #aaa;
697
$stat-graph-orange-fill: $orange-500;
698 699 700 701 702 703 704 705 706 707 708 709
$stat-graph-selection-fill: #333;
$stat-graph-selection-stroke: #333;

/*
* Selects
*/
$select2-drop-shadow1: rgba(76, 86, 103, 0.247059);
$select2-drop-shadow2: rgba(31, 37, 50, 0.317647);

/*
* Todo
*/
710
$todo-alert-blue: $blue-500;
711 712 713 714 715 716 717 718 719 720 721
$todo-body-pre-color: #777;
$todo-body-border: #ddd;

/*
* Typography
*/
$kdb-bg: #fcfcfc;
$kdb-color: #555;
$kdb-border: #ccc;
$kdb-border-bottom: #bbb;
$kdb-shadow: #bbb;
722
$body-text-shadow: rgba(255, 255, 255, 0.01);
723 724 725 726 727 728

/*
* UI Dev Kit
*/
$ui-dev-kit-example-color: #bbb;
$ui-dev-kit-example-border: #ddd;
Filipa Lacerda's avatar
Filipa Lacerda committed
729 730 731 732

/*
Pipeline Graph
*/
733 734 735 736
$stage-hover-bg: $gray-darker;
$ci-action-icon-size: 22px;
$pipeline-dropdown-line-height: 20px;
$pipeline-dropdown-status-icon-size: 18px;
737 738
$ci-action-dropdown-button-size: 24px;
$ci-action-dropdown-svg-size: 12px;
739

740
/*
741
CI variable lists
742
*/
743
$ci-variable-remove-button-width: calc(1em + #{2 * $gl-padding});
744

745 746 747 748 749 750 751 752
/*
Filtered Search
*/
$filter-name-resting-color: #f8f8f8;
$filter-name-text-color: rgba(0, 0, 0, 0.55);
$filter-value-text-color: rgba(0, 0, 0, 0.85);
$filter-name-selected-color: #ebebeb;
$filter-value-selected-color: #d7d7d7;
753 754 755 756 757

/*
Animation Functions
*/
$dropdown-animation-timing: cubic-bezier(0.23, 1, 0.32, 1);
758 759 760 761 762 763 764

/*
Convdev Index
*/
$color-high-score: $green-400;
$color-average-score: $orange-400;
$color-low-score: $red-400;
765

766 767 768 769 770 771 772 773 774
/*
Performance Bar
*/
$perf-bar-text: #999;
$perf-bar-production: #222;
$perf-bar-staging: #291430;
$perf-bar-development: #4c1210;
$perf-bar-bucket-bg: #111;
$perf-bar-bucket-color: #ccc;
775 776
$perf-bar-bucket-box-shadow-from: rgba($white-light, 0.2);
$perf-bar-bucket-box-shadow-to: rgba($black, 0.25);
777

Luke "Jared" Bennett's avatar
Luke "Jared" Bennett committed
778 779 780 781
/*
Issuable warning
*/
$issuable-warning-size: 24px;
Luke "Jared" Bennett's avatar
Luke "Jared" Bennett committed
782
$issuable-warning-icon-margin: 4px;
Felipe Artur's avatar
Felipe Artur committed
783 784 785 786 787

/*
Image Commenting cursor
*/
$image-comment-cursor-left-offset: 12;
788
$image-comment-cursor-top-offset: 12;
Luke "Jared" Bennett's avatar
Luke "Jared" Bennett committed
789 790 791 792 793 794 795

/*
Popup
*/
$popup-triangle-size: 15px;
$popup-triangle-border-size: 1px;
$popup-box-shadow-color: rgba(90, 90, 90, 0.05);
796 797 798 799 800

/*
Multi file editor
*/
$border-color-settings: #e1e1e1;
801 802 803 804 805

/*
Modals
*/
$modal-body-height: 134px;
806 807 808 809 810

/*
Prometheus
*/
$prometheus-table-row-highlight-color: $theme-gray-100;
Luke Bennett's avatar
Luke Bennett committed
811

Luke Bennett's avatar
Luke Bennett committed
812
$priority-label-empty-state-width: 114px;