Edit loading animation
This commit is contained in:
parent
fdaf3240d3
commit
abc6a1b947
1 changed files with 4 additions and 4 deletions
|
@ -89,11 +89,11 @@
|
||||||
place-self: center end;
|
place-self: center end;
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-width: 2px;
|
border-top: 2px solid var(--accent-color);
|
||||||
border-style: solid;
|
border-right: 2px solid var(--accent-color);
|
||||||
border-color: var(--accent-color) transparent;
|
border-bottom: 2px solid transparent;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
animation: rotate-360 800ms ease-in-out infinite;
|
animation: rotate-360 800ms linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue