💄 Add Wallpaper, Spinner and LoadingPage widgets

This commit is contained in:
2024-02-29 23:47:32 +01:00
parent 5719cb8254
commit 5e05b75bde
7 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@import "../_base.scss"
.root {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}