1 @import '~bootstrap/scss/functions';
3 @import "~bootstrap/scss/variables";
4 @import "~bootstrap/scss/mixins";
7 $body-color: $gray-200;
10 $input-color: $body-color;
11 $input-disabled-bg: $gray-700 !default;
12 $input-focus-bg: $input-bg;
13 $input-focus-color: $input-color;
14 $form-select-bg: $input-bg;
15 $form-select-color: $input-color;
16 $form-select-indicator-color: $input-color;
17 $form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
19 $list-group-color: $body-color;
20 $list-group-bg: $body-bg;
21 $list-group-hover-bg: $gray-700;
22 $list-group-action-color: $body-color;
23 $list-group-action-hover-color: $body-color;
25 $modal-content-bg: $body-bg;
27 $table-color: $body-color;
28 $table-striped-color: $table-color;
30 $theme-colors: map-merge($theme-colors, $custom-colors);
32 @import '~bootstrap/scss/bootstrap';