領券中心優惠券 UI

更新領券中心優惠券 UI,包含以下:領券中心優惠券 UI 圓角 / 領券中心優惠券左下側資訊 / 首頁優惠券 icon 更新


領券中心優惠券 UI

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

.coupon-v2--rounded {
  .coupon-v2__top-block {
        border-radius: 6px 6px 0 0;
  }
  .coupon-v2__bottom-block {
        border-radius: 0 0 6px 6px;
  }
}

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

.basic-popover-desktop {
  .body {
    .description {
      color: $theme-page-text;
      .icon {
        display: inline-block;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: $color-primary;
      }
    }
  }
}