Skip to content

Commit

Permalink
[style] 경기 규칙 버튼 스타일#1232
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho Jeon committed Jan 4, 2024
1 parent d7f8072 commit 0cdd35d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions styles/tournament/TournamentContainer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,20 @@
justify-content: center;
align-content: center;
}
.buttonWrap {
display: flex;
margin-right: 0.6rem;
margin-bottom: 1rem;
justify-content: flex-end;
align-items: center;

.manual {
@include match-noti-button;
width: 4.2rem;
height: 1.6rem;
padding: 0;
margin: 0 0.8rem 0 0;
font-size: $small-font;
border-radius: $small-radius;
}
}

0 comments on commit 0cdd35d

Please sign in to comment.