]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/css/app.css
added split card warning
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / css / app.css
index 4cf62955f1f396f9458a9bce4532e914d68d6074..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;
@@ -83,7 +87,7 @@ body {
 .qr-hint,
 .qr-warning {
     padding: 2px;
-    max-width: 150px;
+    max-width: 320px;
 }
 .more-info {
     cursor: help;
@@ -95,3 +99,14 @@ body {
     top: 5px;
     right: 5px;
 }
+.csv {
+    margin-top: 20px;
+    margin-bottom: 20px;
+    white-space: pre;
+    overflow-wrap: normal;
+    overflow-x: scroll;
+    font-family: monospace;
+}
+.visual-privacy .private-data {
+    display: none;
+}