We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e63f8 commit 34f1e9bCopy full SHA for 34f1e9b
2 files changed
src/BootstrapBlazor/Components/Mask/Mask.razor.scss
@@ -1,4 +1,4 @@
1
-.bb-mask {
+.bb-mask {
2
--bb-mask-zindex: #{$bb-mask-zindex};
3
--bb-mask-bg: #{$bb-mask-bg};
4
--bb-mask-opacity: #{$bb-mask-opacity};
src/BootstrapBlazor/wwwroot/src/css/motronic.css
@@ -327,8 +327,12 @@
327
--bs-btn-active-border-color: #B5B5C3;
328
}
329
330
-.modal-backdrop.show {
331
- opacity: .3;
+.modal-backdrop {
+ --bs-backdrop-opacity: 0.3;
332
+}
333
+
334
335
+ --bb-mask-opacity: 0.3;
336
337
338
.modal-content {
0 commit comments