1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

added loading circle for creating comment

This commit is contained in:
Fedor Katurov 2022-07-18 15:32:54 +07:00
parent bb81bdae69
commit fa17aac056
6 changed files with 23 additions and 21 deletions

View file

@ -1,16 +1,6 @@
@import "src/styles/variables";
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.icon {
fill: currentColor;
stroke: none;
animation: spin 0.75s infinite linear;
}