You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
489 B

2 years ago
  1. <template>
  2. <div class="element tw-flex tw-items-center">
  3. <input class="tw-w-full tw-max-w-[200px]" type="text" placeholder="Enter your promo code" />
  4. <button
  5. class="tw-transition tw-block tw-btn-md tw-text-primary-1 tw-border tw-border-solid tw-border-primary-1 tw-px-[20px] tw-py-[10px] tw-ml-[20px] tw-rounded-xl hover:tw-bg-primary-3">
  6. {{ $t("Apply") }}
  7. </button>
  8. </div>
  9. </template>
  10. <script>
  11. export default {};
  12. </script>
  13. <style lang="scss" scoped>
  14. </style>