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