Skip to content

Commit

Permalink
fix(balances): styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakorzhovnik committed May 29, 2024
1 parent 8e313da commit 0e37adc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions front/src/pages/Main/Passport/ui/Balances/Balances.module.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
$size-title: 14px;
$size-item-text: 16px;

.wrapper {
display: grid;
gap: 15px;

.title {
text-align: center;
font-size: 12px;
font-size: $size-title;
color: #616161;
}

Expand All @@ -21,7 +24,8 @@
justify-content: space-between;

.denom {
font-size: 14px;
font-size: $size-item-text;
text-transform: uppercase;
}


Expand All @@ -31,7 +35,7 @@
gap: 10px;

span {
font-size: 14px;
font-size: $size-item-text;
}

img {
Expand Down

0 comments on commit 0e37adc

Please sign in to comment.