X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=2212168befe603a5528f2d62775d723f2f0d0dc3;hb=16e43cc77935a979c48e75f1ec8ed792952a4ae8;hp=1e09fcb9b347f547a2c41f5cd809466368432a1e;hpb=a2ab2260d38391006651f5f5cb1627bce836d1fa;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 1e09fcb..2212168 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -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; @@ -99,6 +119,21 @@ h1 { padding-top: 100px; } +.currency-logo { + display: inline-block; + margin-left: 5px; + margin-right: 5px; +} + +.portfolio .currency-logo { + height: 24px; + width: 24px; +} + +.balances > div { + margin-bottom: 5px; +} + .box { position: relative; background-color: rgb(250, 250, 250); @@ -108,4 +143,51 @@ h1 { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; +} + +@font-face { + font-family: 'fontello'; + src: url('fonts/fontello.eot?12278570'); + src: url('fonts/fontello.eot?12278570#iefix') format('embedded-opentype'), + url('fonts/fontello.woff2?12278570') format('woff2'), + url('fonts/fontello.woff?12278570') format('woff'), + url('fonts/fontello.ttf?12278570') format('truetype'), + url('fonts/fontello.svg?12278570#fontello') format('svg'); + font-weight: normal; + font-style: normal; +} + + [class^="icon-"]:before, [class*=" icon-"]:before { + font-family: "fontello"; + font-style: normal; + font-weight: normal; + speak: none; + + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + /* opacity: .8; */ + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Font smoothing. That was taken from TWBS */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } \ No newline at end of file