changing button colors to green
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Dec 2017 21:36:16 +0000 (16:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Dec 2017 21:36:16 +0000 (16:36 -0500)
changing the continue buttons and add attendee buttons to green

css/front.css
views/front/registrations/cart.html

index 27df7ce..b04f6c8 100644 (file)
@@ -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;
index 7020b89..96ea03c 100644 (file)
@@ -52,7 +52,7 @@
     </div>
   {else}
     <div id="glm-cart-checkout-button" class="glm-right">
-        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny glm-reg-button">Proceed to Checkout</a></div>
+        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="glm-reg-checkout button tiny glm-reg-button">Proceed to Checkout</a></div>
     </div>
   {/if}