aboutsummaryrefslogtreecommitdiff
path: root/src/css/app.css
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-11-11 09:34:37 +1100
committerGitHub <noreply@github.com>2019-11-11 09:34:37 +1100
commit7cfd04e318155a9a69906436b63a529aa768654f (patch)
treecd1e6852a619b7a04f9798b235cf8662c9f257a8 /src/css/app.css
parentd0428a8d211dd5914c4c8547c69c75aca4cccfd6 (diff)
parent5cdbe4620afc227de81ebbca2443db5350567bee (diff)
downloadBIP39-7cfd04e318155a9a69906436b63a529aa768654f.tar.gz
BIP39-7cfd04e318155a9a69906436b63a529aa768654f.tar.zst
BIP39-7cfd04e318155a9a69906436b63a529aa768654f.zip
Merge pull request #280 from mctrivia/add-hack-time-for-split-cards
Add hack time calculation for Split Mnemonic Cards
Diffstat (limited to 'src/css/app.css')
-rw-r--r--src/css/app.css4
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;