mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Merge pull request #61 from KieIO/fix-response
Fix response FeaturedProductsCarousel
This commit is contained in:
@@ -11,5 +11,12 @@
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
@screen sm-only {
|
||||
@apply flex-col items-start;
|
||||
.button {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@@ -43,11 +43,13 @@ const CustomerInfoForm = ({ id, onConfirm }: CustomerInfoFormProps) => {
|
||||
}
|
||||
.
|
||||
</div>
|
||||
<div className={s.button}>
|
||||
<ButtonCommon onClick={handleConfirmClick}>
|
||||
Continue to Shipping
|
||||
</ButtonCommon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
@@ -12,5 +12,11 @@
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
@screen sm-only {
|
||||
@apply flex-col items-start;
|
||||
.button {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -44,11 +44,13 @@ const PaymentInfoForm = ({onConfirm,id}: PaymentInfoFormProps) => {
|
||||
}
|
||||
.
|
||||
</div>
|
||||
<div className={s.button}>
|
||||
<ButtonCommon onClick={handleConfirmClick}>
|
||||
Submit Order
|
||||
</ButtonCommon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
@@ -12,6 +12,12 @@
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
@screen sm-only {
|
||||
@apply flex-col items-start;
|
||||
.button {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.line{
|
||||
>div{
|
||||
|
@@ -86,11 +86,13 @@ const ShippingInfoForm = ({onConfirm,id}: ShippingInfoFormProps) => {
|
||||
}
|
||||
.
|
||||
</div>
|
||||
<div className={s.button}>
|
||||
<ButtonCommon onClick={handleConfirmClick}>
|
||||
Continue to Payment
|
||||
</ButtonCommon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
@@ -54,7 +54,7 @@ const dataDemo:FeaturedProductCardProps[] = [{
|
||||
},
|
||||
lap: {
|
||||
breakpoint: { max: 1024, min: 968 },
|
||||
items: 1.75,
|
||||
items: 1.7,
|
||||
},
|
||||
tablet: {
|
||||
breakpoint: { max: 968, min: 768 },
|
||||
@@ -66,11 +66,11 @@ const dataDemo:FeaturedProductCardProps[] = [{
|
||||
},
|
||||
largeMobile: {
|
||||
breakpoint: { max: 640, min: 400 },
|
||||
items: 2,
|
||||
items: 1.5,
|
||||
},
|
||||
mobile: {
|
||||
breakpoint: { max: 400, min: 300 },
|
||||
items: 1.5,
|
||||
items: 1.15,
|
||||
},
|
||||
smallMobile: {
|
||||
breakpoint: { max: 300, min: 0 },
|
||||
|
Reference in New Issue
Block a user