Skip to content

Commit

Permalink
[Chore] 경로 변경 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 22, 2023
1 parent 9c03732 commit 93be361
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
33 changes: 0 additions & 33 deletions styles/tournament-record/UserTournamentBracket.module.scss

This file was deleted.

19 changes: 19 additions & 0 deletions styles/tournament/UserTournamentBracket.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.bracketContainer {
display: flex;
width: 100%;
height: 30rem;
margin-top: 1rem;
overflow: hidden;
background-color: rgba(112, 0, 225, 0.17);
border: 1px solid #c67dff;
border-radius: 26px;
align-items: center;
justify-content: center;
}

.noTournamentText {
display: flex;
color: white;
justify-content: center;
align-content: center;
}

0 comments on commit 93be361

Please sign in to comment.