]> git.localhorst.tv Git - alttp.git/blob - resources/sass/bootstrap.scss
bcc81c8faf079a5be1d1dc9799f8a26790752b7f
[alttp.git] / resources / sass / bootstrap.scss
1 @import '~bootstrap/scss/functions';
2
3 @import "~bootstrap/scss/variables";
4 @import "~bootstrap/scss/mixins";
5
6 $body-bg: $gray-800;
7 $body-color: $gray-200;
8
9 $input-bg: $body-bg;
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 $input-plaintext-color: $input-color;
15 $form-select-bg: $input-bg;
16 $form-select-color: $input-color;
17 $form-select-indicator-color: $input-color;
18 $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
20 $list-group-color: $body-color;
21 $list-group-bg: $body-bg;
22 $list-group-hover-bg: $gray-700;
23 $list-group-action-color: $body-color;
24 $list-group-action-hover-color: $body-color;
25
26 $modal-content-bg: $body-bg;
27
28 $table-color: $body-color;
29 $table-striped-color: $table-color;
30
31 $theme-colors: map-merge($theme-colors, $custom-colors);
32
33 @import '~bootstrap/scss/bootstrap';