Update Cart shipping text
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user