Skip to content

Commit

Permalink
feat: use border for player img
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ndratov committed Sep 27, 2024
1 parent d9b6f53 commit 1103036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file modified packages/client/src/assets/images/player-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/client/src/pages/Leaderboard/Leaderboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
&__logo {
display: block;
margin: 0 auto 44px auto;

max-width: 255px;
height: 124px;
}

&__title {
Expand Down Expand Up @@ -74,6 +76,9 @@
&__avatar {
width: 97px;
height: 97px;

border: 4px solid $c_default-border;
border-radius: 50%;
}

&__login {
Expand Down
2 changes: 2 additions & 0 deletions packages/client/src/scss/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ $text-color-muted: #f5f5f5;
// colors
$c_default-background: #010101;

$c_default-border: #313131;

$c_button: $primary-color;
$c_button-top: #d9eca2;
$c_button-bottom: #53650b;
Expand Down

0 comments on commit 1103036

Please sign in to comment.