23 lines
423 B
SCSS
23 lines
423 B
SCSS
@import "../../../../../vendor/bk2k/bootstrap-package/Resources/Public/Scss/bootstrap5/theme.scss";
|
|
|
|
@import "Layout/layout";
|
|
@import "Elements/elements";
|
|
|
|
.frame {
|
|
&.loading {
|
|
position: relative;
|
|
|
|
&:before {
|
|
content: ' ';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
background: rgba(255, 255, 255, .5);
|
|
}
|
|
}
|
|
}
|
|
|