changing the continue buttons and add attendee buttons to green
.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;
.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;
</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}