X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=ad718d7a8efe62fb4c6adf3c1e2f58fbe222fd7a;hb=d5b8f0ffbbde5fb8d41c3abb4b0969b962746b52;hp=5e49c55d8378385cbdc8716fd1332d6419e5ceff;hpb=bf5deb87cef2b6f1370c808821dfb631d00590f6;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 5e49c55..ad718d7 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -25,7 +25,6 @@ a:focus { } i.cc { - font-size: 1.5em; } #logo { @@ -44,12 +43,24 @@ i.cc { margin-bottom: 30px; } +.header-menu-section { + margin-right: 10px; +} + h1 { font-size: 1.5em; margin-bottom: 5px; margin-top: 5px; } +.performance-up { + color: green; +} + +.performance-down { + color: red; +} + .sign-in .form-control { margin-bottom: 20px; border-radius: 2px; @@ -57,6 +68,18 @@ h1 { background-color: white; } +.config-status { + margin-bottom: 10px; +} + +.config-status .icon-cancel-circled {} + +.config-status .icon-ok-circled {} + +.config-status i { + font-size: 1.2em; +} + .sign-in .submit { background-color: rgb(20, 20, 20); color: white; @@ -99,15 +122,16 @@ h1 { padding-top: 100px; } -.currency-logo { - display: inline-block; - margin-left: 5px; - margin-right: 5px; +.balance > .variation { + font-size: 1.2em; } -.portfolio .currency-logo { - height: 24px; - width: 24px; +.balance > .row { + margin-bottom: 10px; +} + +.assets > .row { + margin-bottom: 10px; } .balances > div {