diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-01 05:52:11 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-01 05:52:11 -0500 |
| commit | e1c93ada07493c157356c6b48ed608c522f9fcc5 (patch) | |
| tree | c7f713593476dab0fa8d8b419f0e734d7b6f901a /StoneIsland/www/css | |
| parent | b1116e3d472907ccc3c8df23a11aa6eca5dc5227 (diff) | |
ok
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/cart.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index 204feeef..5b79f010 100644 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -32,7 +32,8 @@ #cart_shipping, #cart_payment, #cart_confirm, -#cart_thanks { +#cart_thanks, +#cart_error { height: calc(100vh - 187px); overflow: hidden; position: relative; @@ -76,6 +77,11 @@ display: none; } +#cart.error #cart_error { display: block } +#cart_error { + display: none; +} + .summary-container { top:0px; } |
