Commit d23c6a5
committed
frontend: remove css variable that was only used once
--size-large-mobile was only used on mobile for the balance amount.
Chagned to closest available value which is --size-header. This is
not exactly the same as 1.4rem (22.4px) however 22.4px is not a
font-size that is used anywhere else. With this change the account
view now has same font-size for header as well as balance.1 parent cd93cc4 commit d23c6a5
File tree
2 files changed
+1
-2
lines changed- frontends/web/src
- components/balance
- style
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments