introduce temporary bootstrap body bg fix
This commit is contained in:
parent
231f481537
commit
2da821a68d
|
@ -24,6 +24,12 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
|
|||
@import "~select2-bootstrap-5-theme/src/include-all";
|
||||
@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;
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue