X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fbootstrap.scss;h=7781b19e6e6e2f6ba7d32b7201bbfa4a4a41ae1e;hb=04af60ad0cd937639cf5e1a0a8d023d9c1eea152;hp=bcc81c8faf079a5be1d1dc9799f8a26790752b7f;hpb=5a575dc29f3af10f1d8e142ff9e1c6ccdfa3b075;p=alttp.git diff --git a/resources/sass/bootstrap.scss b/resources/sass/bootstrap.scss index bcc81c8..7781b19 100644 --- a/resources/sass/bootstrap.scss +++ b/resources/sass/bootstrap.scss @@ -1,33 +1,18 @@ @import '~bootstrap/scss/functions'; -@import "~bootstrap/scss/variables"; -@import "~bootstrap/scss/mixins"; +@import 'variables'; -$body-bg: $gray-800; -$body-color: $gray-200; - -$input-bg: $body-bg; -$input-color: $body-color; -$input-disabled-bg: $gray-700 !default; -$input-focus-bg: $input-bg; -$input-focus-color: $input-color; -$input-plaintext-color: $input-color; -$form-select-bg: $input-bg; -$form-select-color: $input-color; -$form-select-indicator-color: $input-color; -$form-select-indicator: url("data:image/svg+xml,"); +@import "~bootstrap/scss/variables"; +@import "~bootstrap/scss/variables-dark"; -$list-group-color: $body-color; -$list-group-bg: $body-bg; -$list-group-hover-bg: $gray-700; -$list-group-action-color: $body-color; -$list-group-action-hover-color: $body-color; +$theme-colors: map-merge($theme-colors, $custom-colors); -$modal-content-bg: $body-bg; +@import "~bootstrap/scss/maps"; +@import "~bootstrap/scss/mixins"; +@import "~bootstrap/scss/root"; -$table-color: $body-color; -$table-striped-color: $table-color; +@import "~bootstrap/scss/utilities"; -$theme-colors: map-merge($theme-colors, $custom-colors); +$utilities: map-merge($utilities, ("font-size": map-merge(map-get($utilities, "font-size"), (responsive: true)))); @import '~bootstrap/scss/bootstrap';