]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
added split card warning
authorMatthew Cornelisse <squarerootofnegativeone@gmail.com>
Wed, 28 Nov 2018 07:11:41 +0000 (01:11 -0600)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 07:11:41 +0000 (01:11 -0600)
src/css/app.css

index 576b7d7685ab5da8bc0c5ab26f1a80ef0ae3d87b..c2a0294236825e6c78b27c6c5da4d4573ad490de 100644 (file)
@@ -31,6 +31,10 @@ body {
 .phrase {
     word-break: keep-all;
 }
+.phraseSplitWarn {
+       text-align: right;
+       color: red;
+}
 .generate-container .strength {
     /* override mobile width from bootstrap */
     width: auto!important;