Skip to content

Commit

Permalink
Fixed topbar a lil to fit three balance detail lines for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Sep 24, 2021
1 parent 32acb9b commit c9f1b54
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -53,7 +53,7 @@
}
font-family: var(--font-medium);
font-size: 16px;
line-height: 24px;
line-height: 20px;

.afterDecimal {
font-family: var(--font-regular);
Expand Down Expand Up @@ -84,8 +84,8 @@
@include loading-spinner("../../assets/images/spinner-dark.svg", 8);
}
font-size: 10px;
line-height: 16px;
margin-top: 2px;
line-height: 14px;
margin-top: -2px;

.afterDecimal {
font-size: 10px;
Expand Down

0 comments on commit c9f1b54

Please sign in to comment.