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;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: var(--accent-color) transparent;
|
||||
border-top: 2px solid var(--accent-color);
|
||||
border-right: 2px solid var(--accent-color);
|
||||
border-bottom: 2px solid transparent;
|
||||
border-radius: 50%;
|
||||
animation: rotate-360 800ms ease-in-out infinite;
|
||||
animation: rotate-360 800ms linear infinite;
|
||||
}
|
||||
|
||||
&__message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue