diff options
Diffstat (limited to 'cmd/web/static')
-rw-r--r-- | cmd/web/static/style.css | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 2212168..e4da176 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css | |||
@@ -54,6 +54,14 @@ h1 { | |||
54 | margin-top: 5px; | 54 | margin-top: 5px; |
55 | } | 55 | } |
56 | 56 | ||
57 | .performance-up { | ||
58 | color: green; | ||
59 | } | ||
60 | |||
61 | .performance-down { | ||
62 | color: red; | ||
63 | } | ||
64 | |||
57 | .sign-in .form-control { | 65 | .sign-in .form-control { |
58 | margin-bottom: 20px; | 66 | margin-bottom: 20px; |
59 | border-radius: 2px; | 67 | border-radius: 2px; |
@@ -63,16 +71,12 @@ h1 { | |||
63 | 71 | ||
64 | .config-status { | 72 | .config-status { |
65 | margin-bottom: 10px; | 73 | margin-bottom: 10px; |
66 | font-size: 0.9em; | ||
67 | } | 74 | } |
68 | 75 | ||
69 | .config-status .icon-cancel-circled { | 76 | .config-status .icon-cancel-circled {} |
70 | color: red; | 77 | |
71 | } | 78 | .config-status .icon-ok-circled {} |
72 | 79 | ||
73 | .config-status .icon-ok-circled { | ||
74 | color: green; | ||
75 | } | ||
76 | .config-status i { | 80 | .config-status i { |
77 | font-size: 1.2em; | 81 | font-size: 1.2em; |
78 | } | 82 | } |
@@ -123,13 +127,27 @@ h1 { | |||
123 | display: inline-block; | 127 | display: inline-block; |
124 | margin-left: 5px; | 128 | margin-left: 5px; |
125 | margin-right: 5px; | 129 | margin-right: 5px; |
126 | } | 130 | |
127 | |||
128 | .portfolio .currency-logo { | ||
129 | height: 24px; | 131 | height: 24px; |
130 | width: 24px; | 132 | width: 24px; |
131 | } | 133 | } |
132 | 134 | ||
135 | .balance > .btcValue { | ||
136 | font-size: 1.2em; | ||
137 | } | ||
138 | |||
139 | .balance > .variation { | ||
140 | font-size: 1.2em; | ||
141 | } | ||
142 | |||
143 | .balance > .row { | ||
144 | margin-bottom: 10px; | ||
145 | } | ||
146 | |||
147 | .assets > .row { | ||
148 | margin-bottom: 10px; | ||
149 | } | ||
150 | |||
133 | .balances > div { | 151 | .balances > div { |
134 | margin-bottom: 5px; | 152 | margin-bottom: 5px; |
135 | } | 153 | } |