領券中心優惠券 UI


領券中心優惠券 UI

更新領券中心優惠券 UI。

網店設計 > 編輯 HTML/CSStheme.css.liquid 檔案貼上以下 css 語法:

.coupon-v2{
  &#{$this}--rounded {
      #{$this}__top-block {
        border-radius: 6px 6px 0 0;
      }
      #{$this}__bottom-block {
        border-radius: 0 0 6px 6px;
      }
    }
}

.coupon-v2__first-purchase-tag {
  font-size: 12px;
  color: $default-primary-color;
}