mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Import Account disclaimer
This commit is contained in:
parent
6f8077f587
commit
ee254b4f6f
@ -35,17 +35,10 @@ AccountImportSubview.prototype.render = function () {
|
|||||||
return (
|
return (
|
||||||
h('div.new-account-import-form', [
|
h('div.new-account-import-form', [
|
||||||
|
|
||||||
h('.warning', {
|
h('.new-account-import-disclaimer', [
|
||||||
style: {
|
|
||||||
display: 'inline-block',
|
|
||||||
alignItems: 'center',
|
|
||||||
padding: '15px 15px 0px 15px',
|
|
||||||
},
|
|
||||||
}, [
|
|
||||||
h('span', 'Imported accounts will not be associated with your originally created MetaMask account seedphrase. Learn more about imported accounts '),
|
h('span', 'Imported accounts will not be associated with your originally created MetaMask account seedphrase. Learn more about imported accounts '),
|
||||||
h('span', {
|
h('span', {
|
||||||
style: {
|
style: {
|
||||||
color: 'rgba(247, 134, 28, 1)',
|
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
textDecoration: 'underline',
|
textDecoration: 'underline',
|
||||||
},
|
},
|
||||||
@ -54,7 +47,7 @@ AccountImportSubview.prototype.render = function () {
|
|||||||
url: 'https://metamask.helpscoutdocs.com/article/17-what-are-loose-accounts',
|
url: 'https://metamask.helpscoutdocs.com/article/17-what-are-loose-accounts',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}, 'here.'),
|
}, 'here'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
h('div.new-account-import-form__select-section', [
|
h('div.new-account-import-form__select-section', [
|
||||||
|
@ -54,6 +54,16 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-account-import-disclaimer {
|
||||||
|
width: 120%;
|
||||||
|
background-color: #F4F9FC;
|
||||||
|
display: inline-block;
|
||||||
|
align-items: center;
|
||||||
|
padding: 20px 30px 20px;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
.new-account-import-form {
|
.new-account-import-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user