Add dedicated CSS class for Continue shopping button
- Created .cart-continue-shopping-button class with blue styling - Replaced product-edit-button class with cart-continue-shopping-button - Button now has consistent styling across desktop and mobile
This commit is contained in:
parent
973f82ba59
commit
801cd7e595
2 changed files with 8 additions and 8 deletions
|
|
@ -404,6 +404,12 @@ button.cart-public-button span.lock {
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* Continue shopping button */
|
||||
.cart-continue-shopping-button {
|
||||
background-color: #98b6fa;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.coupon-apply-button {
|
||||
background-color: #a3c765;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,20 +177,14 @@
|
|||
|
||||
</section>
|
||||
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<center>
|
||||
<a href="/" class="cart-checkout-button mps-button">Continue shopping</a>
|
||||
<a href="/" class="cart-continue-shopping-button mps-button">Continue shopping</a>
|
||||
</center>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
{% endif %}
|
||||
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue