forked from dbroqua/MusicTopus
Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/54
This commit is contained in:
parent
080471eb37
commit
1377b4c0c1
6 changed files with 26 additions and 2 deletions
13
sass/loader.scss
Normal file
13
sass/loader.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue