File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
services/app/apps/codebattle/assets/js/widgets/pages/game Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import TournamentRankingTable from './TournamentRankingTable';
55
66const TournamentCurrentPlayerRankingPanel = ( ) => (
77 < div
8- className = "d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-rounded"
8+ className = "d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-bg-color text-white cb- rounded"
99 >
1010 < TournamentRankingTable />
11- < div className = "flex-shrink-1 p-0 border-left rounded-right cb-game-control-container" >
11+ < div className = "flex-shrink-1 p-0 border-left rounded-right cb-border-color cb- game-control-container" >
1212 < div className = "d-flex flex-column justify-content-start overflow-auto h-100" >
1313 < div className = "px-3 py-3 w-100 d-flex flex-column" >
1414 < Notifications />
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const TournamentRankingTable = () => {
5656 </ div >
5757 < div className = "d-flex cb-overflow-x-auto" >
5858 < table className = "table table-striped cb-custom-event-table m-1" >
59- < thead >
59+ < thead className = "cb-text" >
6060 < tr >
6161 < th className = "p-1 pl-4 font-weight-light border-0" >
6262 { i18next . t ( 'User' ) }
You can’t perform that action at this time.
0 commit comments