Initial commit
This commit is contained in:
22
packages/base-design/Resources/Public/Scss/main.scss
Normal file
22
packages/base-design/Resources/Public/Scss/main.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user