[상품 상세 스타일 변경]
- add to cart 버튼 삭제 - buy now 버튼으로 통일.
This commit is contained in:
@@ -1613,19 +1613,10 @@ export default function ProductAllSection({
|
|||||||
spotlightId="detail-buy-now-button"
|
spotlightId="detail-buy-now-button"
|
||||||
className={css.buyNowButton}
|
className={css.buyNowButton}
|
||||||
onClick={handleBuyNowClick}
|
onClick={handleBuyNowClick}
|
||||||
type="detail_small"
|
type="large"
|
||||||
>
|
>
|
||||||
<div className={css.buyNowText}>{$L('BUY NOW')}</div>
|
<div className={css.buyNowText}>{$L('BUY NOW')}</div>
|
||||||
</TButton>
|
</TButton>
|
||||||
<TButton
|
|
||||||
spotlightId="detail-add-to-cart-button"
|
|
||||||
className={css.addToCartButton}
|
|
||||||
// onClick={handleAddToCartClick}
|
|
||||||
onClick={handleBuyNowClick}
|
|
||||||
type="detail_small"
|
|
||||||
>
|
|
||||||
<div className={css.addToCartText}>{$L('ADD TO CART')}</div>
|
|
||||||
</TButton>
|
|
||||||
</BuyNowContainer>
|
</BuyNowContainer>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@@ -476,7 +476,6 @@
|
|||||||
.buyNowCartContainer {
|
.buyNowCartContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user