aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-21 23:53:34 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-21 23:53:34 +0800
commit0e43606b162db28c72ea0b76a14a92f88c8f2109 (patch)
tree7c6e7006ec35dfe28543d2bd246ae820f30d959f /ui/app/css
parenta7b7be8309b5b81514b9ef748e315f01d02bc178 (diff)
downloadtangerine-wallet-browser-0e43606b162db28c72ea0b76a14a92f88c8f2109.tar.gz
tangerine-wallet-browser-0e43606b162db28c72ea0b76a14a92f88c8f2109.tar.zst
tangerine-wallet-browser-0e43606b162db28c72ea0b76a14a92f88c8f2109.zip
Adjust private key confirmation style and logic.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 8c6ff29d3..3ec0ac5c5 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -266,8 +266,9 @@ app sections
}
.sizing-input{
- font-size: 1em;
+ font-size: 14px;
height: 30px;
+ padding-left: 5px;
}
.editable-label{
display: flex;