aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-22 07:59:00 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-22 07:59:00 +0800
commitd6116aaf57e4d27694c2c5a21b6fabb24f072508 (patch)
tree4d4f82741b36947ab7be1643281b95a25405984b /ui/app/send.js
parentb0759ddc1881179edaf27a6cd57e5fb27bdd2c31 (diff)
downloadtangerine-wallet-browser-d6116aaf57e4d27694c2c5a21b6fabb24f072508.tar.gz
tangerine-wallet-browser-d6116aaf57e4d27694c2c5a21b6fabb24f072508.tar.zst
tangerine-wallet-browser-d6116aaf57e4d27694c2c5a21b6fabb24f072508.zip
[WIP] Tweak Send Screen Styles
Diffstat (limited to 'ui/app/send.js')
-rw-r--r--ui/app/send.js15
1 files changed, 4 insertions, 11 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index ab527019f..01f3d543a 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -59,20 +59,13 @@ SendTransactionScreen.prototype.render = function () {
return (
- h('div.flex-column.flex-grow', {
- style: {
- minWidth: '355px', // TODO: maxWidth TBD, use home.html
- },
+ h('div.send-screen-wrapper', {
+ style: {},
}, [
// Main Send token Card
- h('div.send-screen.flex-column.flex-grow', {
- style: {
- marginLeft: '3.5%',
- marginRight: '3.5%',
- background: '#FFFFFF', // $background-white
- boxShadow: '0 2px 4px 0 rgba(0,0,0,0.08)',
- }
+ h('div.send-screen-card', {
+ style: {}
}, [
h('section.flex-center.flex-row', {
style: {