| 1 |
.ka-woo-cart-coupon-widget { |
| 2 |
margin-bottom: 16px; |
| 3 |
border: 1px solid #e5e7eb; |
| 4 |
border-radius: 10px; |
| 5 |
padding: 12px; |
| 6 |
background: #fff; |
| 7 |
} |
| 8 |
|
| 9 |
.ka-woo-cart-coupon__header { |
| 10 |
display: flex; |
| 11 |
justify-content: space-between; |
| 12 |
align-items: center; |
| 13 |
} |
| 14 |
|
| 15 |
.ka-woo-cart-coupon__toggle { |
| 16 |
background: none; |
| 17 |
border: none; |
| 18 |
font-weight: 600; |
| 19 |
cursor: pointer; |
| 20 |
padding: 0; |
| 21 |
} |
| 22 |
|
| 23 |
.ka-woo-cart-coupon__body { |
| 24 |
margin-top: 8px; |
| 25 |
} |
| 26 |
|
| 27 |
.ka-woo-cart-coupon__row { |
| 28 |
display: flex; |
| 29 |
gap: 8px; |
| 30 |
align-items: center; |
| 31 |
flex-wrap: wrap; |
| 32 |
} |
| 33 |
|
| 34 |
.ka-woo-cart-coupon__input { |
| 35 |
flex: 1; |
| 36 |
min-width: 180px; |
| 37 |
} |
| 38 |
|
| 39 |
.ka-woo-cart-coupon__apply, |
| 40 |
.ka-woo-cart-coupon__remove { |
| 41 |
cursor: pointer; |
| 42 |
} |
| 43 |
|
| 44 |
.ka-woo-cart-coupon__notice { |
| 45 |
margin-top: 8px; |
| 46 |
font-size: 13px; |
| 47 |
color: #334155; |
| 48 |
} |
| 49 |
|
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
|
| 54 |
|