diff options
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 8e25c1f88..886b8480f 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -128,10 +128,11 @@ h2.page-subtitle { textarea.twelve-word-phrase { margin-top: 20px; + padding: 12px; width: 300px; - height: 180px; + height: 140px; font-size: 16px; - background: #FAF6F0; + background: white; resize: none; } @@ -144,20 +145,10 @@ app sections .initialize-screen hr { width: 60px; margin: 12px; - border-color: #F3C83E; + border-color: #F7861C; border-style: solid; } -.initialize-screen input[type="password"], .initialize-screen textarea { - width: 300px; - padding: 6px; - border-radius: 6px; - border-style: solid; - outline: none; - border: 1px solid #F5A623; - background: #FAF6F0; -} - .initialize-screen label { margin-top: 20px; } @@ -258,6 +249,10 @@ input.large-input { height: 36px; } +.letter-spacey { + letter-spacing: 0.1em; +} + /* accounts */ @@ -385,7 +380,6 @@ input.large-input { .send-screen input { width: 100%; font-size: 12px; - letter-spacing: 0.1em; } /* Ether Balance Widget */ |