From deee689426f0b6236093128b47be81faf56d6b75 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 27 Sep 2017 22:26:44 -0230 Subject: [PATCH] Use font-awesome icons for create and import account. --- .../dropdowns/components/account-dropdowns.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ui/app/components/dropdowns/components/account-dropdowns.js b/ui/app/components/dropdowns/components/account-dropdowns.js index 3e31412c6..d53d2a81b 100644 --- a/ui/app/components/dropdowns/components/account-dropdowns.js +++ b/ui/app/components/dropdowns/components/account-dropdowns.js @@ -203,15 +203,12 @@ class AccountDropdowns extends Component { }, [ h( - 'div', + 'i.fa.fa-plus.fa-lg', { style: { marginLeft: '8px', - fontFamily: 'Montserrat UltraLight', - fontSize: '30px', }, - }, - '+' + } ), h('span', { style: { @@ -235,13 +232,12 @@ class AccountDropdowns extends Component { }, [ h( - 'div', + 'i.fa.fa-download.fa-lg', { style: { - marginLeft: '10px', + marginLeft: '8px', }, - }, - String.fromCharCode(10515) + } ), h('span', { style: {