From 1dfdbf6d09c6b1b80011b98436daa010f10a7be3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 1 Dec 2015 06:39:46 -0500 Subject: error / thanks styling --- StoneIsland/www/css/cart.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'StoneIsland/www/css') diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index 5b79f010..9fbc54b3 100644 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -72,15 +72,24 @@ display: none; } -#cart.thanks #cart_thanks { display: block } #cart_thanks { display: none; } - -#cart.error #cart_error { display: block } #cart_error { display: none; } +#cart.thanks #cart_thanks, +#cart.error #cart_error { + display: flex; + align-items: center; + justify-content: center; +} +#cart .copy { + min-height:50px; + max-width: 50%; + text-align: center; + font-size: 18px; +} .summary-container { top:0px; -- cgit v1.2.3-70-g09d2