Skip to content

Commit

Permalink
[Feat] loading spinner wrapper 추가 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Jan 4, 2024
1 parent f3595b9 commit c2c1475
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/tournament-record/TournamentRecord.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@
justify-content: center;
animation: text-fade-in-out 4s infinite;
}

.spinnerWrapper {
display: flex;
width: 100%;
height: 14rem;
align-items: center;
justify-content: center;
}

0 comments on commit c2c1475

Please sign in to comment.