Add 'customize' text to gas input.

This commit is contained in:
Dan 2017-08-24 13:54:48 -02:30
parent 4076496c8e
commit d990a8eb86
2 changed files with 15 additions and 1 deletions

View File

@ -45,6 +45,7 @@
.send-screen-input-wrapper {
width: 95%;
position: relative;
}
.send-screen-input {
@ -70,4 +71,13 @@
justify-content: space-between;
}
.send-screen-bolt-icon {}
.send-screen-bolt-icon {}
.send-screen-gas-input-customize {
position: absolute;
top: 30px;
right: 18px;
color: #3098DC;
font-size: 12px;
cursor: pointer;
}

View File

@ -216,6 +216,10 @@ SendTransactionScreen.prototype.render = function () {
placeholder: '0',
}, []),
h('div.send-screen-gas-input-customize', {}, [
'Customize'
]),
]),
h('div.send-screen-input-wrapper', {}, [