diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:04:23 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:04:23 +1100 |
commit | ea2cb91a49d57ee72674223eb3672fcb9a41130c (patch) | |
tree | ba8e88aa332e32877de52b2d1b264eeb2fdeb2fb /src/css | |
parent | bfe1963eaaaba4441c6ba6e829e0d89262b819ac (diff) | |
download | BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.tar.gz BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.tar.zst BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.zip |
Tidy up split phrase warning
Make red only when danger is present
Align neatly with the rest of the UI
Increase size of text area to show all three rows, although it still
overflows on 24 words.
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/app.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/css/app.css b/src/css/app.css index c2a0294..576b7d7 100644 --- a/src/css/app.css +++ b/src/css/app.css | |||
@@ -31,10 +31,6 @@ body { | |||
31 | .phrase { | 31 | .phrase { |
32 | word-break: keep-all; | 32 | word-break: keep-all; |
33 | } | 33 | } |
34 | .phraseSplitWarn { | ||
35 | text-align: right; | ||
36 | color: red; | ||
37 | } | ||
38 | .generate-container .strength { | 34 | .generate-container .strength { |
39 | /* override mobile width from bootstrap */ | 35 | /* override mobile width from bootstrap */ |
40 | width: auto!important; | 36 | width: auto!important; |