#51 - Avoir une animation au chargement de la liste (#54)

Co-authored-by: dbroqua <contact@darkou.fr>
Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/54
This commit is contained in:
Damien Broqua 2022-08-29 08:13:06 +02:00
parent 080471eb37
commit 1377b4c0c1
6 changed files with 26 additions and 2 deletions

13
sass/loader.scss Normal file
View file

@ -0,0 +1,13 @@
.loader {
display: flex;
flex-direction: column;
align-items: center;
.animation {
background-image: var(--loader-img);
background-repeat: no-repeat;
background-position: center center;
width: 64px;
height: 64px;
}
}