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:
parent
bb81bdae69
commit
fa17aac056
6 changed files with 23 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue