diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-18 13:36:53 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-18 13:38:07 +0800 |
commit | 085551b7e6b7dab21c21b99a40c4f79c413799d5 (patch) | |
tree | 88dd6397e8d2efcd0cc75812ee0ef0f87af06f87 /ui/app/accounts/import | |
parent | 5ee6e4d3b3d61d804340c22b73a608fb6b44a9b2 (diff) | |
download | tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.gz tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.bz2 tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.lz tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.xz tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.zst tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.zip |
New Account modal
Diffstat (limited to 'ui/app/accounts/import')
-rw-r--r-- | ui/app/accounts/import/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/import/index.js b/ui/app/accounts/import/index.js index 821bb6efe..c66dcfc66 100644 --- a/ui/app/accounts/import/index.js +++ b/ui/app/accounts/import/index.js @@ -37,6 +37,7 @@ AccountImportSubview.prototype.render = function () { h('div.flex-center', { style: { flexDirection: 'column', + marginTop: '32px', }, }, [ h('.section-title.flex-row.flex-center', [ |