feature(database-connection): Add prototype for spinner

This commit is contained in:
2021-01-12 12:14:22 +01:00
parent 816d5df943
commit 7af903638d
10 changed files with 165 additions and 24 deletions

View File

@@ -2,4 +2,18 @@
.MainPage {
@include background();
.blurred {
@include blurred();
}
.UserList-container {
.ClipLoader {
top: -10px;
z-index: 2;
}
.blurred {
z-index: 1;
}
}
}