]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/static/style.css
Refactor Portfolio balance.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / static / style.css
index 5e49c55d8378385cbdc8716fd1332d6419e5ceff..e4da17680a2f2590133691917501b5c7cf4d5cc2 100644 (file)
@@ -44,12 +44,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 +69,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;
@@ -103,13 +127,27 @@ h1 {
   display: inline-block;
   margin-left: 5px;
   margin-right: 5px;
-}
-
-.portfolio .currency-logo {
+  
   height: 24px;
   width: 24px;
 }
 
+.balance > .btcValue {
+  font-size: 1.2em;
+}
+
+.balance > .variation {
+  font-size: 1.2em;
+}
+
+.balance > .row {
+  margin-bottom: 10px;
+}
+
+.assets > .row {
+  margin-bottom: 10px;
+}
+
 .balances > div {
   margin-bottom: 5px;
 }