forked from arthurthn/front-riot-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arthur Thouin
committed
Dec 5, 2021
1 parent
6645bd5
commit 96f27c4
Showing
7 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
body | ||
{ | ||
overflow: hidden; | ||
} | ||
.background-image | ||
{ | ||
z-index: -1; | ||
|
57 changes: 55 additions & 2 deletions
57
src/components/PageStats/MostPlayedChampions/MostPlayedChampions.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,57 @@ | ||
.titleMostPlayed | ||
|
||
.mostPlayedChampions | ||
{ | ||
|
||
margin-top: 26px; | ||
margin-left: 30px; | ||
} | ||
|
||
.boxTitle | ||
{ | ||
text-transform: uppercase; | ||
} | ||
|
||
.boxMostPlayedChampions | ||
{ | ||
width: 550px; | ||
height: 322px; | ||
} | ||
|
||
.imgContainerMostPlayed | ||
{ | ||
display: flex; | ||
width: 420px; | ||
margin: 0 auto; | ||
background-color: red; | ||
} | ||
.aatrox | ||
{ | ||
width: 85px; | ||
} | ||
|
||
.imgLeftPlayedChampion | ||
{ | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.imgLeftPlayedChampion > span | ||
{ | ||
display: flex; | ||
margin: 0 auto; | ||
color: #ffffff; | ||
font-size: 14px; | ||
margin-top: 15px; | ||
} | ||
|
||
.textLeftMostPlayed span | ||
{ | ||
display: flex; | ||
justify-content: center; | ||
font-size: 10px; | ||
color: #838384; | ||
} | ||
|
||
.imgNumberOfTrophies | ||
{ | ||
|
||
} |
23 changes: 21 additions & 2 deletions
23
src/components/PageStats/MostPlayedChampions/MostPlayedChampions.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
.user | ||
{ | ||
margin-top: 20vh; | ||
margin-top: 17vh; | ||
color: #ffffff; | ||
width: 45vw; | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters