Skip to content

Commit

Permalink
[Style] 토너먼트 전적 페이지 레이아웃 스타일 #1077
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Nov 8, 2023
1 parent 0e37c51 commit 3019602
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions styles/tournament-record/TournamentRecord.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
@import 'styles/common.scss';

.pageWrap {
@include pageWrap;
}

.title {
@include pageTitle;
display: flex;
justify-content: center;
}

.leagueButtonWrapper {
display: flex;
padding-right: 1.5rem;
padding-left: 1.5rem;
margin-top: 1.4rem;
justify-content: space-between;

button {
font-size: 1rem;
font-weight: 400;
color: #cbcbcb;
background-color: transparent;
border-color: transparent;
}
}

.winnerImageContainer {
height: 10rem;
margin-top: 1.8rem;
background-color: rgb(88, 88, 88);
}

.winnerInfoContainer {
font-weight: 500;
color: #d591ff;
text-align: center;

p {
margin: 0.4rem 0 0;
}

.userId {
font-weight: 700;
color: white;
}

.gameInfo {
font-size: 1rem;

.highlighted {
color: #ffc700;
}
}

.date {
font-size: 0.8rem;
}
}

.bracketContainer {
width: 100%;
height: 21.5rem;
margin-top: 1rem;
background-color: rgba(112, 0, 255, 0.17);
border: 1px solid #c67dff;
border-radius: 26px;
}

0 comments on commit 3019602

Please sign in to comment.