1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Change export icon to key

This commit is contained in:
Frankie 2016-06-21 13:10:28 -07:00
parent cfc056e34b
commit 5d349083f0
2 changed files with 9 additions and 3 deletions

View File

@ -130,10 +130,15 @@ AccountDetailScreen.prototype.render = function() {
}), }),
h('img.cursor-pointer.color-orange', { h('img.cursor-pointer.color-orange', {
src: 'images/download.svg', src: 'images/key-32.png',
onClick: () => this.requestAccountExport(selected), onClick: () => this.requestAccountExport(selected),
style:{ style:{
margin: '0px 5px', margin: "0px 5px",
width: "20px",
height: "20px",
position: "relative",
top: "3px",
right: "4px",
}, },
}), }),

View File

@ -36,7 +36,8 @@ button {
font-family: 'Transat Black'; font-family: 'Transat Black';
outline: none; outline: none;
cursor: pointer; cursor: pointer;
/*margin: 10px;*/ box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
/*margin: 10px;*/
padding: 8px 12px; padding: 8px 12px;
border: none; border: none;
background: #F7861C; background: #F7861C;