Skip to content

Commit

Permalink
Added Leaderboard Avatar and Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
FukutoTojido committed Oct 23, 2021
1 parent 479e3b7 commit e89ac83
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 153 deletions.
25 changes: 23 additions & 2 deletions css/leaderboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.playerContainer {
position: absolute;
padding: 10px;
width: 250px;
width: 300px;
height: 50px;
background-color: rgba(0 0 0 / 0.6);
border-radius: 5px;
Expand Down Expand Up @@ -62,7 +62,7 @@
position: absolute;
bottom: -5px;
padding: 10px;
width: 250px;
width: 300px;
height: 50px;
background-color: rgba(0 0 0 / 0.6);
border-radius: 5px;
Expand Down Expand Up @@ -116,4 +116,25 @@
top: 10px;
right: 80px;
height: 20px;
}

.leaderboardAvatar {
width: 50px;
height: 50px;
/* background-color: #de3950; */
border-radius: 10px;
box-shadow: 0 5px 20px -5px rgba(0 0 0 / 0.6);
background-size: 100%;
}

.playerStatsContainer {
width: 230px;
height: 50px;
padding-left: 10px;
padding-right: 10px;

display: flex;
justify-content: space-between;
align-content: space-between;
flex-wrap: wrap;
}
Loading

0 comments on commit e89ac83

Please sign in to comment.