aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
authorjloup <jloup@jloup.work>2018-05-14 20:12:46 +0200
committerjloup <jloup@jloup.work>2018-05-14 20:12:46 +0200
commit335b0c9bdc3e129f14bc40dd5f125b3526a83a40 (patch)
treeaa1c5afaff43dcb63aec24f60f8669515af81a17 /cmd/web/static/style.css
parenta6820180928670b0642fa6a28ac221ce158230bb (diff)
downloadFront-335b0c9bdc3e129f14bc40dd5f125b3526a83a40.tar.gz
Front-335b0c9bdc3e129f14bc40dd5f125b3526a83a40.tar.zst
Front-335b0c9bdc3e129f14bc40dd5f125b3526a83a40.zip
Reliable icon provider for cryptocurrencies logo : Bitonics.v0.0.16
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index 1ba682b..6725ca9 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -25,9 +25,6 @@ a:focus {
25 color: inherit; 25 color: inherit;
26} 26}
27 27
28i.cc {
29}
30
31#logo { 28#logo {
32 text-align: center; 29 text-align: center;
33 display: inline-block; 30 display: inline-block;
@@ -39,6 +36,10 @@ i.cc {
39 vertical-align: middle; 36 vertical-align: middle;
40} 37}
41 38
39.panel-title i {
40 font-size: 1.3em;
41}
42
42#header { 43#header {
43 margin-top: 20px; 44 margin-top: 20px;
44 margin-bottom: 30px; 45 margin-bottom: 30px;
@@ -54,6 +55,10 @@ h1 {
54 margin-top: 5px; 55 margin-top: 5px;
55} 56}
56 57
58i {
59 font-size: 1.1em;
60}
61
57.performance-up { 62.performance-up {
58 color: green; 63 color: green;
59} 64}