Fix unique id warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user