diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/account.css | 15 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/cart.css | 7 |
2 files changed, 17 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index da710fd7..08a66f64 100755 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/www/css/account.css @@ -300,6 +300,7 @@ input.switch:checked + label:after { align-items: center; justify-content: center; position:relative; + margin-bottom: 50vh; } .container-fill-condensed { @@ -365,11 +366,11 @@ input.switch:checked + label:after { } .checkbox-toggle input { - width: 45px; - height: 35px; - opacity: 0; - z-index: 99999; - position: relative; + width: 45px; + height: 35px; + opacity: 0; + z-index: 99999; + position: relative; } .checkbox-caption { @@ -378,6 +379,10 @@ input.switch:checked + label:after { box-sizing:border-box; } +.billing-container .checkbox-caption { + text-transform: uppercase; +} + .checkbox-row { margin:6px 0 0; box-sizing:border-box; diff --git a/StoneIsland/platforms/ios/www/css/cart.css b/StoneIsland/platforms/ios/www/css/cart.css index 58e712b0..7619a82b 100755 --- a/StoneIsland/platforms/ios/www/css/cart.css +++ b/StoneIsland/platforms/ios/www/css/cart.css @@ -72,6 +72,13 @@ display: none; } +#cart_confirm .shipping_address, +#cart_confirm .shipping_method, +#cart_confirm .payment_name, +#cart_confirm .payment_method { + width: calc(100vw - 30px); + margin: 0 auto; +} #cart_thanks { display: none; } |
