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