diff options
author | Matthew Cornelisse <squarerootofnegativeone@gmail.com> | 2018-11-28 01:11:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 01:11:41 -0600 |
commit | 825332536577a1443daf69e4eaa54279ae2a4285 (patch) | |
tree | 21918fbb88a0709dc057eeb9dd5f9a5f117e05f7 /src | |
parent | d100f3c0cb6493340b3cdee5f0df0f45f22772b4 (diff) | |
download | BIP39-825332536577a1443daf69e4eaa54279ae2a4285.tar.gz BIP39-825332536577a1443daf69e4eaa54279ae2a4285.tar.zst BIP39-825332536577a1443daf69e4eaa54279ae2a4285.zip |
added split card warning
Diffstat (limited to 'src')
-rw-r--r-- | src/css/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/app.css b/src/css/app.css index 576b7d7..c2a0294 100644 --- a/src/css/app.css +++ b/src/css/app.css | |||
@@ -31,6 +31,10 @@ 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 | } | ||
34 | .generate-container .strength { | 38 | .generate-container .strength { |
35 | /* override mobile width from bootstrap */ | 39 | /* override mobile width from bootstrap */ |
36 | width: auto!important; | 40 | width: auto!important; |