1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +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 {
color: $scorpion;
font-size: 20px;
font-size: 18px;
line-height: 29px;
}
@ -234,12 +234,12 @@
&__balance-text,
&__token-symbol {
margin-top: 10px;
font-size: 16px;
font-size: 14px;
line-height: 24px;
}
&__token-balance {
font-size: 43px;
font-size: 40px;
line-height: 40px;
margin-top: 13px;
}