2018-11-20 20:47:30 +05:30
|
|
|
/*
|
|
|
|
* 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;
|
2020-07-28 23:09:34 +05:30
|
|
|
$input-border-color: $gray-100;
|
2018-11-20 20:47:30 +05:30
|
|
|
$input-color: $gl-text-color;
|
2019-07-07 11:18:12 +05:30
|
|
|
$input-font-size: $gl-font-size;
|
2018-11-20 20:47:30 +05:30
|
|
|
$font-family-sans-serif: $regular-font;
|
|
|
|
$font-family-monospace: $monospace-font;
|
|
|
|
$btn-line-height: 20px;
|
|
|
|
$table-accent-bg: $gray-light;
|
2020-07-28 23:09:34 +05:30
|
|
|
$table-border-color: $gray-100;
|
2018-11-20 20:47:30 +05:30
|
|
|
$card-border-color: $border-color;
|
2020-07-28 23:09:34 +05:30
|
|
|
$card-cap-bg: $gray-light !default;
|
2018-11-20 20:47:30 +05:30
|
|
|
$success: $green-500;
|
|
|
|
$info: $blue-500;
|
|
|
|
$warning: $orange-500;
|
|
|
|
$danger: $red-500;
|
2018-12-05 23:21:45 +05:30
|
|
|
$zindex-modal-backdrop: 1040;
|
2019-02-15 15:39:39 +05:30
|
|
|
$nav-divider-margin-y: ($grid-size / 2);
|
2020-07-28 23:09:34 +05:30
|
|
|
$dropdown-divider-bg: $gray-100;
|
2019-02-15 15:39:39 +05:30
|
|
|
$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;
|
|
|
|
$h1-font-size: 14px * 2.5;
|
|
|
|
$h2-font-size: 14px * 2;
|
|
|
|
$h3-font-size: 14px * 1.75;
|
|
|
|
$h4-font-size: 14px * 1.5;
|
|
|
|
$h5-font-size: 14px * 1.25;
|
|
|
|
$h6-font-size: 14px;
|
2020-04-22 19:07:51 +05:30
|
|
|
$headings-color: $gl-text-color;
|
|
|
|
$headings-font-weight: $gl-font-weight-bold;
|
2019-03-02 22:35:43 +05:30
|
|
|
$spacer: $grid-size;
|
|
|
|
$spacers: (
|
|
|
|
0: 0,
|
2019-07-07 11:18:12 +05:30
|
|
|
1: ($spacer * 0.5),
|
2019-03-02 22:35:43 +05:30
|
|
|
2: ($spacer),
|
|
|
|
3: ($spacer * 2),
|
|
|
|
4: ($spacer * 3),
|
2019-07-07 11:18:12 +05:30
|
|
|
5: ($spacer * 4),
|
|
|
|
6: ($spacer * 5),
|
|
|
|
7: ($spacer * 6),
|
|
|
|
8: ($spacer * 7),
|
|
|
|
9: ($spacer * 8)
|
2019-03-02 22:35:43 +05:30
|
|
|
);
|
2019-07-07 11:18:12 +05:30
|
|
|
$pagination-color: $gl-text-color;
|
2019-10-12 21:52:04 +05:30
|
|
|
$tooltip-padding-y: 0.5rem;
|
|
|
|
$tooltip-padding-x: 0.75rem;
|
|
|
|
$tooltip-arrow-height: 0.5rem;
|
|
|
|
$tooltip-arrow-width: 1rem;
|
2020-06-23 00:09:42 +05:30
|
|
|
$b-table-sort-icon-bg-descending: url('data:image/svg+xml, <svg \
|
|
|
|
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 0 8 16"> \
|
|
|
|
<path style="fill: #666;" fill-rule="evenodd" d="M11.707085,11.7071 \
|
|
|
|
L7.999975,15.4142 L4.292875,11.7071 C3.902375,11.3166 3.902375, \
|
|
|
|
10.6834 4.292875,10.2929 C4.683375,9.90237 \
|
|
|
|
5.316575,9.90237 5.707075,10.2929 L6.999975, \
|
|
|
|
11.5858 L6.999975,2 C6.999975,1.44771 \
|
|
|
|
7.447695,1 7.999975,1 C8.552255,1 8.999975,1.44771 \
|
|
|
|
8.999975,2 L8.999975,11.5858 L10.292865,10.2929 C10.683395 \
|
|
|
|
,9.90237 11.316555,9.90237 11.707085,10.2929 \
|
|
|
|
C12.097605,10.6834 12.097605,11.3166 11.707085,11.7071 Z"/> \
|
|
|
|
</svg>') !default;
|
|
|
|
$b-table-sort-icon-bg-ascending: url('data:image/svg+xml,<svg \
|
|
|
|
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 0 8 16"> \
|
|
|
|
<path style="fill: #666;" fill-rule="evenodd" d="M4.29289,4.2971 L8,0.59 \
|
|
|
|
L11.7071,4.2971 C12.0976,4.6876 \
|
|
|
|
12.0976,5.3208 11.7071,5.7113 C11.3166,6.10183 10.6834, \
|
|
|
|
6.10183 10.2929,5.7113 L9,4.4184 L9,14.0042 C9,14.55649 \
|
|
|
|
8.55228,15.0042 8,15.0042 C7.44772,15.0042 7,14.55649 \
|
|
|
|
7,14.0042 L7,4.4184 L5.70711,5.7113 C5.31658,6.10183 4.68342,6.10183 4.29289,5.7113 \
|
|
|
|
C3.90237,5.3208 3.90237,4.6876 4.29289,4.2971 Z"/> \
|
|
|
|
</svg> ') !default;
|
|
|
|
$b-table-sort-icon-bg-not-sorted: '';
|