From 964318d57f85073bbd7fe85f62fb89b41dbd321f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 12 Dec 2016 09:16:58 -0300 Subject: [PATCH] Select payment method --- src/sass/views/amount.scss | 4 +++- www/views/amount.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/sass/views/amount.scss b/src/sass/views/amount.scss index cc4bf24e3..175e230f4 100644 --- a/src/sass/views/amount.scss +++ b/src/sass/views/amount.scss @@ -80,7 +80,6 @@ padding: 24px 0; font-size: 18px; .title { - float: left; padding-top: 10px; color: $dark-gray; font-weight: bold; @@ -89,6 +88,9 @@ color: $light-gray; font-size: 12px; } + .select { + margin: 10px 1px; + } } } .amount { diff --git a/www/views/amount.html b/www/views/amount.html index a730d0525..312d50943 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -74,7 +74,7 @@
1 BTC ~ {{coinbaseSellPrice.amount}} {{coinbaseSellPrice.currency}}
-
+