Tatsuya Ise 2 anni fa
parent
commit
ef53422a3a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      apps/app/src/components/LoadingSpinner.module.scss

+ 1 - 0
apps/app/src/components/LoadingSpinner.module.scss

@@ -2,6 +2,7 @@
   animation: animation-rotate 750ms infinite linear;
   animation: animation-rotate 750ms infinite linear;
 }
 }
 
 
+
 @keyframes animation-rotate {
 @keyframes animation-rotate {
   100% {
   100% {
     transform: rotate(360deg);
     transform: rotate(360deg);