Edit loading animation

This commit is contained in:
Paul Nicoué 2023-02-03 11:32:17 +01:00
parent fdaf3240d3
commit abc6a1b947

View file

@ -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 {