aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-23 05:34:56 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-23 05:38:17 +0800
commite1077836ce916e2bd788451e3f365324024a1c0c (patch)
tree77954f105cc7c693a57ac8790c928286bed5d384 /ui/app/css
parent13f22ff6b087f3865f84a0672a9013ada88be61a (diff)
downloadtangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.gz
tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.zst
tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.zip
Add Confirm Send token screen
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/send.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 84f678130..5691baebe 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -387,3 +387,9 @@
}
}
}
+
+.confirm-send-token {
+ &__hero-amount-wrapper {
+ width: 100%;
+ }
+}