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

Use font-awesome icons for create and import account.

This commit is contained in:
Dan 2017-09-27 22:26:44 -02:30 committed by Chi Kei Chan
parent c2ccd6e90e
commit deee689426

View File

@ -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: {