X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=6725ca933cf1964930884ee6ee4d7275d6729cde;hb=refs%2Ftags%2Fv0.0.16;hp=1ba682b7347c61c7c9d01e5ad69e2a0f1bb20d10;hpb=a6820180928670b0642fa6a28ac221ce158230bb;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 1ba682b..6725ca9 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -25,9 +25,6 @@ a:focus { color: inherit; } -i.cc { -} - #logo { text-align: center; display: inline-block; @@ -39,6 +36,10 @@ i.cc { vertical-align: middle; } +.panel-title i { + font-size: 1.3em; +} + #header { margin-top: 20px; margin-bottom: 30px; @@ -54,6 +55,10 @@ h1 { margin-top: 5px; } +i { + font-size: 1.1em; +} + .performance-up { color: green; }