]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/static/style.css
Account page.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / static / style.css
index 5e49c55d8378385cbdc8716fd1332d6419e5ceff..2212168befe603a5528f2d62775d723f2f0d0dc3 100644 (file)
@@ -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;