From 9aff0fd49e3550c8d306735b0a8c127d736273ac Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 20 Dec 2017 16:52:31 -0500 Subject: [PATCH] adding more button bg colors to green changing the continue buttons to green --- css/front.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index b04f6c8..22f204f 100644 --- a/css/front.css +++ b/css/front.css @@ -964,7 +964,8 @@ span.glm-error { .button.glm-reg-button { font-size: 16px; } -#glm-reg-cart-continue, .glm-reg-checkout{ + +#glm-reg-cart-continue, .glm-reg-checkout,#regSubmitButton{ background-color: #55b776; } .glm-reg-cart-container { -- 2.17.1