diff options
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 |