X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=2212168befe603a5528f2d62775d723f2f0d0dc3;hb=16e43cc77935a979c48e75f1ec8ed792952a4ae8;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..2212168 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -44,6 +44,10 @@ i.cc { margin-bottom: 30px; } +.header-menu-section { + margin-right: 10px; +} + h1 { font-size: 1.5em; margin-bottom: 5px; @@ -57,6 +61,22 @@ h1 { background-color: white; } +.config-status { + margin-bottom: 10px; + font-size: 0.9em; +} + +.config-status .icon-cancel-circled { + color: red; +} + +.config-status .icon-ok-circled { + color: green; +} +.config-status i { + font-size: 1.2em; +} + .sign-in .submit { background-color: rgb(20, 20, 20); color: white;