diff options
author | Dan <danjm.com@gmail.com> | 2018-01-13 01:29:43 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2018-01-13 05:42:51 +0800 |
commit | 2bc85ea72f2b53f763149dafd3a7787de9016635 (patch) | |
tree | 3d905a5034097c212b6eb384ce2d9baa568e986b /ui/app/css/itcss | |
parent | 980e1bfcf82361185f6d1b22abd9593ba166825e (diff) | |
download | tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.gz tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.zst tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.zip |
Fix input box padding and select highlight in new account create and import page.
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss index e14f567e1..c5e4ea761 100644 --- a/ui/app/css/itcss/components/new-account.scss +++ b/ui/app/css/itcss/components/new-account.scss @@ -80,8 +80,14 @@ .Select-control, .Select-control:hover { + height: 100%; border: none; box-shadow: none; + + .Select-value { + display: flex; + align-items: center; + } } } @@ -108,6 +114,10 @@ border-radius: 4px; background-color: $white; margin-top: 16px; + color: $scorpion; + font-family: Roboto; + font-size: 16px; + padding: 0px 20px; } &__json { @@ -144,6 +154,7 @@ font-size: 16px; line-height: 21px; margin-top: 15px; + padding: 0px 20px; } &__buttons { |