💄 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,9 @@
@import "../_base.scss"
.root {
background-image: url("./images/background.svg");
background-position: center;
width: 150%;
height: 150%;
}