]> 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 c2a0294236825e6c78b27c6c5da4d4573ad490de..3d0ec4b7ee15d478580d49334dcb810fb12db480 100644 (file)
@@ -31,10 +31,6 @@ body {
 .phrase {
     word-break: keep-all;
 }
-.phraseSplitWarn {
-       text-align: right;
-       color: red;
-}
 .generate-container .strength {
     /* override mobile width from bootstrap */
     width: auto!important;
@@ -110,3 +106,6 @@ body {
 .visual-privacy .private-data {
     display: none;
 }
+.text-weight-normal {
+    font-weight: normal !important;
+}