Rename LoadingMask to FullscreenLoadingMask

This commit is contained in:
2023-12-05 18:14:05 +08:00
parent d3bdbd0199
commit f19e08bdcd
9 changed files with 27 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
.fullscreen-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);
}