Errors colors update, login placeholder to the left, eslint fixes

This commit is contained in:
viktor 2018-07-31 18:20:17 +03:00
parent 59d4b2951d
commit 8655fae9b1
4 changed files with 19 additions and 19 deletions

View File

@ -146,8 +146,8 @@ PendingTx.prototype.render = function () {
width: '100%',
textAlign: 'center',
color: '#ffffff',
}
}, [
},
}, [
h('h3', {
style: {
alignSelf: 'center',
@ -167,7 +167,7 @@ PendingTx.prototype.render = function () {
},
onClick: () => props.dispatch(actions.nextTx()),
}),
]),]
])]
),
h('.flex-row.flex-center', {
@ -488,9 +488,9 @@ PendingTx.prototype.miniAccountPanelForRecipient = function () {
h('div', {
style: {
height: 34
}
})
height: 34,
},
}),
])
} else {
return h(MiniAccountPanel, {

View File

@ -151,7 +151,7 @@ TransactionListItem.prototype.render = function () {
style: {
overflow: 'hidden',
textAlign: 'left',
}
},
}, [
domainField(txParams),
h('div.flex-row', [
@ -162,8 +162,8 @@ TransactionListItem.prototype.render = function () {
h('div', {
style: {
fontSize: '12px',
color: '#777777'
}
color: '#777777',
},
}, date),
]),

View File

@ -253,7 +253,7 @@ app sections
/* unlock */
.error {
color: #60db97;
color: #db60a4;
margin-bottom: 9px;
}
@ -387,23 +387,23 @@ app sections
}
/* Webkit */
.unlock-screen input::-webkit-input-placeholder {
text-align: center;
font-size: 1.2em;
text-align: left;
font-size: 14px;
}
/* Firefox 18- */
.unlock-screen input:-moz-placeholder {
text-align: center;
font-size: 1.2em;
text-align: left;
font-size: 14pxm;
}
/* Firefox 19+ */
.unlock-screen input::-moz-placeholder {
text-align: center;
font-size: 1.2em;
text-align: left;
font-size: 14px;
}
/* IE */
.unlock-screen input:-ms-input-placeholder {
text-align: center;
font-size: 1.2em;
text-align: left;
font-size: 14px;
}
input.large-input, textarea.large-input {

View File

@ -76,7 +76,7 @@ SendTransactionScreen.prototype.render = function () {
h('.identicon-wrapper.flex-column.flex-center.select-none', {
style: {
display: 'inline-block',
}
},
}, [
h(Identicon, {
diameter: 62,