aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-07 01:08:05 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-09 01:56:56 +0800
commitab4005cab85755d9f260b9e304ff2eeda81a10a5 (patch)
tree26e2fcc30b6cf5f58c8e94ed38371ed3562b2575 /ui/app
parent272ade0f66e9513ceb242a3a14d52cb8bcb7b38e (diff)
downloadtangerine-wallet-browser-ab4005cab85755d9f260b9e304ff2eeda81a10a5.tar.gz
tangerine-wallet-browser-ab4005cab85755d9f260b9e304ff2eeda81a10a5.tar.zst
tangerine-wallet-browser-ab4005cab85755d9f260b9e304ff2eeda81a10a5.zip
Tweak styles in new-account-modal.
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/modals/new-account-modal.js4
-rw-r--r--ui/app/css/itcss/components/modal.scss23
2 files changed, 18 insertions, 9 deletions
diff --git a/ui/app/components/modals/new-account-modal.js b/ui/app/components/modals/new-account-modal.js
index 3caa515cd..80c70c47f 100644
--- a/ui/app/components/modals/new-account-modal.js
+++ b/ui/app/components/modals/new-account-modal.js
@@ -49,11 +49,11 @@ NewAccountModal.prototype.render = function () {
}, []),
]),
- h('div.new-account-modal-content', {}, [
+ h('div.new-account-modal-content.after-input', {}, [
'or',
]),
- h('div.new-account-modal-content.import', {}, [
+ h('div.new-account-modal-content.after-input', {}, [
'Import an account',
]),
diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss
index 7117159dc..adc83bdcc 100644
--- a/ui/app/css/itcss/components/modal.scss
+++ b/ui/app/css/itcss/components/modal.scss
@@ -252,6 +252,7 @@
position: relative;
border: 1px solid $alto;
box-shadow: 0 0 2px 2px $alto;
+ font-family: 'Montserrat Light';
}
.new-account-modal-header {
@@ -262,6 +263,7 @@
padding: 30px;
font-size: 22px;
color: $nile-blue;
+ height: 79px;
}
.modal-close-x::after {
@@ -278,13 +280,14 @@
width: 100%;
display: flex;
justify-content: center;
- padding: 13px;
- font-size: 18px;
+ margin-top: 15px;
+ font-size: 17px;
color: $nile-blue;
}
-.new-account-modal-content.import {
- padding-top: 2px;
+.new-account-modal-content.after-input {
+ margin-top: 15px;
+ line-height: 25px;
}
.new-account-input-wrapper {
@@ -292,6 +295,7 @@
width: 100%;
justify-content: center;
padding-bottom: 2px;
+ margin-top: 13px;
}
.new-account-input {
@@ -299,9 +303,11 @@
padding-bottom: 20px;
border-radius: 8px;
border: 1px solid $alto;
- width: 70%;
+ width: 73%;
font-size: 1em;
color: $alto;
+ font-family: Montserrat Light;
+ font-size: 17px;
}
// For reference on below placeholder selectors: https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css
@@ -328,7 +334,10 @@
}
.new-account-modal-content.button {
- padding-top: 9px;
+ margin-top: 22px;
+ margin-bottom: 30px;
+ width: 113px;
+ height: 44px;
}
.new-account-modal-wrapper .btn-clear {
@@ -337,6 +346,6 @@
background: $white;
border: 1px solid;
border-radius: 2px;
- width: 30%;
color: $tundora;
+ flex: 1;
}