introduce temporary bootstrap body bg fix

This commit is contained in:
Michael Weimann 2021-08-14 15:16:59 +02:00
parent 231f481537
commit 2da821a68d
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
@import "~select2-bootstrap-5-theme/src/include-all"; @import "~select2-bootstrap-5-theme/src/include-all";
@import "error"; @import "error";
// temporary bg-body fix (remove once Bootstrap 5.1.1 has been released)
.bg-body {
--bs-bg-opacity: 1;
background-color: $body-bg !important;
}
$navbar-height: 3.125rem; $navbar-height: 3.125rem;
body { body {