1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix font sizes on Send Token

This commit is contained in:
Chi Kei Chan 2017-09-07 04:26:29 -07:00
parent 8b919758e5
commit b670c8074e

View File

@ -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;
} }