diff options
author | kumavis <aaron@kumavis.me> | 2016-05-19 04:41:08 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2016-05-19 04:41:08 +0800 |
commit | 6ae0a90d7b9ee3bfca359c1291efe86c5142c7b5 (patch) | |
tree | 59c931ca7b791f9ee2d55133a9fd4db629327afe /ui/app/css | |
parent | 877648623e0b483d05291379b17d5a6646375b34 (diff) | |
download | tangerine-wallet-browser-6ae0a90d7b9ee3bfca359c1291efe86c5142c7b5.tar.gz tangerine-wallet-browser-6ae0a90d7b9ee3bfca359c1291efe86c5142c7b5.tar.zst tangerine-wallet-browser-6ae0a90d7b9ee3bfca359c1291efe86c5142c7b5.zip |
ui - redesign - ether amount component
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 75f434da6..060ddce91 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -385,3 +385,12 @@ input.large-input { letter-spacing: 0.1em; } +/* Ether Balance Widget */ + +.ether-balance-amount { + color: #F7861C; +} + +.ether-balance-label { + color: #ABA9AA; +}
\ No newline at end of file |