From 05e6eaf171a16c96760cc899ef527a8f6d83434d Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 25 Aug 2017 17:31:56 -0230 Subject: Updating current currency from send form. --- ui/app/css/itcss/components/send.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui/app/css/itcss') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index f5b4af299..6f696eab7 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -73,6 +73,14 @@ .send-screen-bolt-icon {} +.selected-currency { + color: $curious-blue; +} + +.unselected-currency { + cursor: pointer; +} + .send-screen-gas-input-customize { position: absolute; top: 30px; -- cgit