From 31cfeac8765d5bbfff0a9b700e9cf0b4dfc3a73c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 20 Dec 2017 16:36:16 -0500 Subject: [PATCH] changing button colors to green changing the continue buttons and add attendee buttons to green --- css/front.css | 5 +++++ views/front/registrations/cart.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 27df7ce..b04f6c8 100644 --- a/css/front.css +++ b/css/front.css @@ -455,10 +455,12 @@ body .glm-reg-proceed-to-checkout{ .new-reg .button.add-new-registrant { margin-bottom: 0; border-radius: 3px; + background-color: #55b776; } .glm-add-new-account { margin-bottom: 0; border-radius: 3px; + background-color: #55b776; } .new-reg h4 { font-size: 22px; @@ -962,6 +964,9 @@ span.glm-error { .button.glm-reg-button { font-size: 16px; } +#glm-reg-cart-continue, .glm-reg-checkout{ + background-color: #55b776; +} .glm-reg-cart-container { clear: both; border: solid 1px black; diff --git a/views/front/registrations/cart.html b/views/front/registrations/cart.html index 7020b89..96ea03c 100644 --- a/views/front/registrations/cart.html +++ b/views/front/registrations/cart.html @@ -52,7 +52,7 @@ {else}
-
You have not yet submitted your registration! Proceed to Checkout
+
You have not yet submitted your registration! Proceed to Checkout
{/if} -- 2.17.1