소스 검색

add commit

Tatsuya Ise 2 년 전
부모
커밋
ef53422a3a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);