Update Cart shipping text

This commit is contained in:
2022-11-05 20:04:14 +01:00
parent a74c856316
commit 7b17653425
2 changed files with 4 additions and 2 deletions

View File

@@ -132,7 +132,7 @@
{/if}
</div>
<div class="cart__total--checkout">
<p>Shipping will be calculated from the delivery address during the checkout process</p>
<p>Free shipping worldwide!</p>
{#if $cartData && $cartAmount > 0 && $cartData.checkout_url}
<div transition:fly={{ y: 8, duration: 600, easing: quartOut }}>
<Button

View File

@@ -121,6 +121,7 @@
&--checkout {
@include bp (md) {
display: flex;
align-items: center;
}
p {
@@ -132,7 +133,8 @@
color: $color-gray;
@include bp (sm) {
font-size: rem(12px);
margin-bottom: 0;
font-size: rem(14px);
line-height: 1.6;
}
@include bp (md) {