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