30 lines
942 B
SCSS
30 lines
942 B
SCSS
/*
|
|
* This file is only for overriding Bootstrap 4 variables.
|
|
* Please add any new variables to variables.scss
|
|
*/
|
|
|
|
$secondary: $gray-light;
|
|
$input-disabled-bg: $gray-light;
|
|
$input-border-color: $theme-gray-200;
|
|
$input-color: $gl-text-color;
|
|
$font-family-sans-serif: $regular-font;
|
|
$font-family-monospace: $monospace-font;
|
|
$input-line-height: 20px;
|
|
$btn-line-height: 20px;
|
|
$table-accent-bg: $gray-light;
|
|
$card-border-color: $border-color;
|
|
$card-cap-bg: $gray-light;
|
|
$success: $green-500;
|
|
$info: $blue-500;
|
|
$warning: $orange-500;
|
|
$danger: $red-500;
|
|
$zindex-modal-backdrop: 1040;
|
|
$nav-divider-margin-y: ($grid-size / 2);
|
|
$dropdown-divider-bg: $theme-gray-200;
|
|
$dropdown-item-padding-y: 8px;
|
|
$dropdown-item-padding-x: 12px;
|
|
$popover-max-width: 300px;
|
|
$popover-border-width: 1px;
|
|
$popover-border-color: $border-color;
|
|
$popover-box-shadow: 0 $border-radius-small $border-radius-default 0 $shadow-color;
|
|
$popover-arrow-outer-color: $shadow-color;
|