X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=589c0b018c8215fc404c50bc6650b2a94a4bd3bd;hb=6b3f0ad04550060fd25b87b68c3f9bc1602f3226;hp=1e09fcb9b347f547a2c41f5cd809466368432a1e;hpb=b2e9bce00231489ef507927eceb9207285cd2fe4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 1e09fcb..589c0b0 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -99,6 +99,21 @@ h1 { padding-top: 100px; } +.currency-logo { + display: inline-block; + margin-left: 5px; + margin-right: 5px; +} + +.portfolio .currency-logo { + height: 24px; + width: 24px; +} + +.balances > div { + margin-bottom: 5px; +} + .box { position: relative; background-color: rgb(250, 250, 250); @@ -108,4 +123,4 @@ h1 { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; -} \ No newline at end of file +}