X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=c16dce8f2c513b4372d390ad27704c905ec93067;hb=b54c12180e5f4eb633e587551715707ec0523943;hp=4f48a27d1d5eb5c72a4a8ce183471717296ed2e5;hpb=b299a6a722ef43caf80bf1be8a47a020cc740d4c;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 4f48a27..c16dce8 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; @@ -54,6 +54,29 @@ .monospace { font-family: monospace; } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } + .card-suit { + font-size: 26px; + line-height: 0; + } + .card-suit.club { + color: #009F00; + } + .card-suit.diamond { + color: #3D5DC4; + } + .card-suit.heart { + color: #F00; + } + .card-suit.spade { + color: #000; + } @@ -95,58 +118,36 @@