Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooha98 committed Dec 19, 2021
2 parents 6cfa24b + 8bf55bf commit a56c15e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
54 changes: 28 additions & 26 deletions src/pages/Game2048/Home/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,32 @@
top: 20px;
}

._1gxio611 {
display: flex;
gap: 12px;
padding: 0 20px;
}
._1gxio613 {
width: 100%;
padding: 6px 0;
min-height: 35px;
display: flex;
justify-content: center;
align-items: center;
background-color: #fafafa !important;
border-radius: 10px;
color: #7c7c7c !important;
}
._1gxio614 {
width: 100%;
padding: 6px 0;
min-height: 35px;
display: flex;
justify-content: center;
align-items: center;
background-color: #e3efff !important;
border-radius: 10px;
color: #0e74ff !important;
.game-2048__tabs {
._1gxio611 {
display: flex;
gap: 12px;
padding: 0 20px;
}
._1gxio613 {
width: 100%;
padding: 6px 0;
min-height: 35px;
display: flex;
justify-content: center;
align-items: center;
background-color: #fafafa !important;
border-radius: 10px;
color: #7c7c7c !important;
}
._1gxio614 {
width: 100%;
padding: 6px 0;
min-height: 35px;
display: flex;
justify-content: center;
align-items: center;
background-color: #e3efff !important;
border-radius: 10px;
color: #0e74ff !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const LeaderboardTabs: React.FC<Props> = (props) => {
};

return (
<LeaderboardContainer>
<LeaderboardContainer className="game-2048__tabs">
<Tabs
className={css`
--kf_tabs_tabBar-borderColor: none;
Expand Down

0 comments on commit a56c15e

Please sign in to comment.