Fix font sizes on Send Token

feature/default_network_editable
Chi Kei Chan 7 years ago
parent 8b919758e5
commit b670c8074e
  1. 6
      ui/app/css/itcss/components/send.scss

@ -226,7 +226,7 @@
&__title { &__title {
color: $scorpion; color: $scorpion;
font-size: 20px; font-size: 18px;
line-height: 29px; line-height: 29px;
} }
@ -234,12 +234,12 @@
&__balance-text, &__balance-text,
&__token-symbol { &__token-symbol {
margin-top: 10px; margin-top: 10px;
font-size: 16px; font-size: 14px;
line-height: 24px; line-height: 24px;
} }
&__token-balance { &__token-balance {
font-size: 43px; font-size: 40px;
line-height: 40px; line-height: 40px;
margin-top: 13px; margin-top: 13px;
} }

Loading…
Cancel
Save