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.

26 lines
1.0 KiB

  1. <template>
  2. <div
  3. class="wire-transfer-info tw-mb-[15px] tw-flex tw-flex-col tw-items-center"
  4. >
  5. <div class="info-description tw-mb-[15px]">
  6. <div class="t14 md:t18 xl:t18 tw-text-primary-1 tw-flex tw-justify-center tw-items-center">
  7. <img class="tw-mb-[2px] tw-mr-[5px] tw-w-[20px] tw-h-[20px]" src="~/assets/svg/warn.svg" alt="" />
  8. {{ $t("be careful! The order has not yet been established. The order will only be established after the partner confirms it!") }}
  9. </div>
  10. </div>
  11. <div class="info-description">
  12. <div class="t14 md:t18 xl:t18 tw-text-center">
  13. {{ $t("Thank you for your order. We have informed our partners;") }}
  14. </div>
  15. </div>
  16. <div class="info-description">
  17. <div class="t14 md:t18 xl:t18 tw-text-center">
  18. {{ $t("If the order is established, it will be notified by email as soon as possible. Please pay attention again!") }}
  19. </div>
  20. </div>
  21. </div>
  22. </template>
  23. <script>
  24. export default {};
  25. </script>
  26. <style lang="scss" scoped></style>