X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;fp=cmd%2Fweb%2Fstatic%2Fstyle.css;h=1ba682b7347c61c7c9d01e5ad69e2a0f1bb20d10;hb=a6820180928670b0642fa6a28ac221ce158230bb;hp=ad718d7a8efe62fb4c6adf3c1e2f58fbe222fd7a;hpb=2e4885d98ec49203180deb7e4e9148762e4720e7;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index ad718d7..1ba682b 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -3,6 +3,7 @@ body { font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif; background-color: rgb(246, 248, 251); + font-size: 0.9em; } ul { @@ -64,7 +65,6 @@ h1 { .sign-in .form-control { margin-bottom: 20px; border-radius: 2px; - border: none; background-color: white; } @@ -83,12 +83,21 @@ h1 { .sign-in .submit { background-color: rgb(20, 20, 20); color: white; + font-weight: bold; +} + +.blue-link { + color: #0366d6; +} + +.hint-text { + font-size: 0.9em; + margin-top: 1px; } .api-credentials-form .form-control { margin-bottom: 20px; border-radius: 2px; - border: none; background-color: white; } @@ -100,13 +109,13 @@ h1 { .otp-enroll .form-control { margin-bottom: 20px; border-radius: 2px; - border: none; background-color: white; } .otp-enroll .submit { background-color: rgb(20, 20, 20); color: white; + font-weight: bold; } .form-message { background-color: rgba(255, 6, 6, .33);