From 8675dc724f90a212409662b83d2a53210d57f14d Mon Sep 17 00:00:00 2001 From: "adam.harbas@a-net.ba" Date: Wed, 13 Jan 2016 09:51:36 +0100 Subject: [PATCH] Mobile design fixed --- front-ui/app/components/cart/checkoutPage.js | 15 +++++++++++---- front-ui/app/css/checkout.css | 14 +++++++++++++- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index 421caa8..cbd1af6 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -205,12 +205,19 @@ var CheckoutPage = React.createClass({

+
+ +
+ +

{last_used_payment} ili

+
+ +
+ {last_used_payment} + +
-

- -

{last_used_payment} ili -

diff --git a/front-ui/app/css/checkout.css b/front-ui/app/css/checkout.css index 253878a..890ea86 100644 --- a/front-ui/app/css/checkout.css +++ b/front-ui/app/css/checkout.css @@ -15,7 +15,19 @@ margin-bottom: 6px !important; } -.collapsed_address_container .mybutton { +.collapsed-address-container .mybutton { margin-top: 0px !important; width: 240px; } + +.collapsed-address-container-mobile button { + margin-bottom: 6px !important; + margin-left: 10% !important; + margin-right: 10% !important; + width: 80% !important; +} + +.gift-btn { + width: 200px; + margin-bottom: 10px; +}