]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/css/app.css
Allow manual override for entropy type
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / css / app.css
index 897746b6cf5ea7808ef207ff66338bd5c345bcb0..3d0ec4b7ee15d478580d49334dcb810fb12db480 100644 (file)
@@ -95,3 +95,17 @@ 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;
+}
+.text-weight-normal {
+    font-weight: normal !important;
+}