diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-17 08:41:23 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-17 08:41:23 +0800 |
commit | 285814646fa147560ffe6a8903eec7220eff09bb (patch) | |
tree | 8d7a8fe30792fe8b99dc7ad385cf574a9eb178b6 /ui/app/css/itcss/components | |
parent | 2ea05e303dedfd75cad6fdfddfa82da2ee32e92d (diff) | |
download | tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar.gz tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar.bz2 tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar.lz tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar.xz tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.tar.zst tangerine-wallet-browser-285814646fa147560ffe6a8903eec7220eff09bb.zip |
ui ready
Diffstat (limited to 'ui/app/css/itcss/components')
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss index ded5d11b5..e4c7a4e0d 100644 --- a/ui/app/css/itcss/components/new-account.scss +++ b/ui/app/css/itcss/components/new-account.scss @@ -162,6 +162,8 @@ } .hw-connect { + width: 100%; + &__header { &__title { margin-top: 5px; @@ -241,7 +243,7 @@ display: flex; flex-direction: row; margin-top: 15px; - margin-bottom: 15px; + margin-bottom: 30px; font-size: 14px; &__title { @@ -279,6 +281,13 @@ font-size: 18px; } + &__unlock-title { + padding-top: 10px; + font-weight: 400; + font-size: 22px; + margin-bottom: 15px; + } + &__msg { font-size: 14px; color: #9b9b9b; @@ -291,8 +300,6 @@ } &__footer { - width: 100%; - &__title { padding-top: 15px; padding-bottom: 12px; @@ -306,6 +313,9 @@ color: #9b9b9b; margin-top: 12px; margin-bottom: 27px; + width: 100%; + display: block; + margin-left: 20px; } &__link { @@ -468,6 +478,8 @@ &.account-list { height: auto; + padding-left: 20px; + padding-right: 20px; } &__buttons { |