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} {/if}
</div> </div>
<div class="cart__total--checkout"> <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} {#if $cartData && $cartAmount > 0 && $cartData.checkout_url}
<div transition:fly={{ y: 8, duration: 600, easing: quartOut }}> <div transition:fly={{ y: 8, duration: 600, easing: quartOut }}>
<Button <Button

View File

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