Fix unique id warning

This commit is contained in:
2023-09-08 09:39:37 +08:00
parent 023146d5a2
commit 2c09a914ca
4 changed files with 6 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ $font-secondary-color: #9E9E9E;
}
}
#loading-mask {
.loading-mask {
position: absolute;
display: flex;
justify-content: center;
@@ -115,13 +115,13 @@ $font-secondary-color: #9E9E9E;
background-color: rgba(200, 200, 200, 0.2);
}
#fit-fullscreen {
.fit-fullscreen {
position: relative;
width: 100%;
height: 100vh;
}
#fit-center {
.fit-center {
display: flex;
justify-content: center;
align-items: center;