feat(main): Add base theme: This is the falcon theme out of the box.
This is falcon v3.1.2
This commit is contained in:
1
_dev/css/theme/components/page-loader/_index.scss
Normal file
1
_dev/css/theme/components/page-loader/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "page-loader";
|
||||
16
_dev/css/theme/components/page-loader/_page-loader.scss
Normal file
16
_dev/css/theme/components/page-loader/_page-loader.scss
Normal file
@ -0,0 +1,16 @@
|
||||
.page-loader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgba($white, 0.5);
|
||||
|
||||
.page-loader-active & {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user