mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #383 from MetaMask/i377
Put network status checkmarks at end of row
This commit is contained in:
commit
f9d646f791
@ -21,6 +21,8 @@ DropMenuItem.prototype.render = function () {
|
|||||||
fontFamily: 'Montserrat Regular',
|
fontFamily: 'Montserrat Regular',
|
||||||
color: 'rgb(125, 128, 130)',
|
color: 'rgb(125, 128, 130)',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
display: 'flex',
|
||||||
|
justifyContent: 'flex-start',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
this.props.icon,
|
this.props.icon,
|
||||||
|
@ -158,6 +158,9 @@ textarea.twelve-word-phrase {
|
|||||||
|
|
||||||
.check {
|
.check {
|
||||||
color: #F7861C;
|
color: #F7861C;
|
||||||
|
flex: 1 0 auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
app sections
|
app sections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user