diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
| commit | 1dfdbf6d09c6b1b80011b98436daa010f10a7be3 (patch) | |
| tree | 44be4184ea36f3a92e2cff99420a15cbb06d993a /StoneIsland/www/css/cart.css | |
| parent | 44ba111c40ce50f8634a7e9bb4316315274218cb (diff) | |
error / thanks styling
Diffstat (limited to 'StoneIsland/www/css/cart.css')
| -rw-r--r-- | StoneIsland/www/css/cart.css | 15 |
1 files changed, 12 insertions, 3 deletions
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; |
