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:
parent
c2ccd6e90e
commit
deee689426
@ -203,15 +203,12 @@ class AccountDropdowns extends Component {
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
h(
|
h(
|
||||||
'div',
|
'i.fa.fa-plus.fa-lg',
|
||||||
{
|
{
|
||||||
style: {
|
style: {
|
||||||
marginLeft: '8px',
|
marginLeft: '8px',
|
||||||
fontFamily: 'Montserrat UltraLight',
|
|
||||||
fontSize: '30px',
|
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
'+'
|
|
||||||
),
|
),
|
||||||
h('span', {
|
h('span', {
|
||||||
style: {
|
style: {
|
||||||
@ -235,13 +232,12 @@ class AccountDropdowns extends Component {
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
h(
|
h(
|
||||||
'div',
|
'i.fa.fa-download.fa-lg',
|
||||||
{
|
{
|
||||||
style: {
|
style: {
|
||||||
marginLeft: '10px',
|
marginLeft: '8px',
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
String.fromCharCode(10515)
|
|
||||||
),
|
),
|
||||||
h('span', {
|
h('span', {
|
||||||
style: {
|
style: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user