Skip to content

Commit

Permalink
[Refactor] 사용하지 않는 스타일 삭제 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Jan 4, 2024
1 parent 34953d3 commit f3595b9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions styles/tournament/TournamentContainer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@
cursor: pointer;
}

.openTournamentBox {
display: flex;
width: 100%;
height: 60vh;
flex: 15;
flex-direction: column;
margin-top: 1rem;
overflow-x: scroll;
overflow-y: scroll;
background: rgba(112, 0, 255, 0.17);
border: 1px solid #c67dff;
border-radius: 0.3rem;
}

.tournamentCardContainer {
display: flex;
flex-direction: column;
Expand All @@ -51,6 +37,7 @@

.noTournamentText {
display: flex;
padding: 2rem;
font-size: 0.9rem;
color: rgb(174, 174, 174);
justify-content: center;
Expand Down

0 comments on commit f3595b9

Please sign in to comment.