]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/static/style.css
Reliable icon provider for cryptocurrencies logo : Bitonics.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / static / style.css
index e4da17680a2f2590133691917501b5c7cf4d5cc2..6725ca933cf1964930884ee6ee4d7275d6729cde 100644 (file)
@@ -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 {
@@ -24,10 +25,6 @@ a:focus {
   color: inherit;
 }
 
-i.cc {
-  font-size: 1.5em;
-}
-
 #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;
 }
@@ -65,7 +70,6 @@ h1 {
 .sign-in .form-control {
   margin-bottom: 20px;
   border-radius: 2px;
-  border: none;
   background-color: white;
 }
 
@@ -84,12 +88,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;
 }
 
@@ -101,13 +114,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);
@@ -123,19 +136,6 @@ h1 {
   padding-top: 100px;
 }
 
-.currency-logo {
-  display: inline-block;
-  margin-left: 5px;
-  margin-right: 5px;
-  
-  height: 24px;
-  width: 24px;
-}
-
-.balance > .btcValue {
-  font-size: 1.2em;
-}
-
 .balance > .variation {
   font-size: 1.2em;
 }