Optimize directory structure. Optimize Slogan.
This commit is contained in:
10
src/assets/css/components/common/loading-mask.scss
Normal file
10
src/assets/css/components/common/loading-mask.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.loading-mask {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
background-color: rgba(200, 200, 200, 0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user