This commit is contained in:
Vanessa 2023-01-02 16:12:03 +08:00
parent 1571b5d993
commit 9220a060d2
15 changed files with 203 additions and 251 deletions

View file

@ -90,6 +90,10 @@
flex-shrink: 0;
}
&__size96 {
width: 96px;
}
&__rotate {
animation: rotate 2s infinite linear;
}