]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/static/style.css
JS factorization + clean.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / static / style.css
index 5e49c55d8378385cbdc8716fd1332d6419e5ceff..ad718d7a8efe62fb4c6adf3c1e2f58fbe222fd7a 100644 (file)
@@ -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 {