diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-25 15:27:27 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-25 15:27:27 +0700 |
| commit | 3f849355048e5c280a35a5747577e5296b90e9fd (patch) | |
| tree | ced21719b2ddd00e083f0a798f272d7b8abd4044 /src-migrate/modules/promo/styles/voucher.module.css | |
| parent | 97d079e4b64aa02a51e5ab877a73f7f23c7c6296 (diff) | |
Add all promo page
Diffstat (limited to 'src-migrate/modules/promo/styles/voucher.module.css')
| -rw-r--r-- | src-migrate/modules/promo/styles/voucher.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/modules/promo/styles/voucher.module.css b/src-migrate/modules/promo/styles/voucher.module.css new file mode 100644 index 00000000..22a3a0ac --- /dev/null +++ b/src-migrate/modules/promo/styles/voucher.module.css @@ -0,0 +1,3 @@ +.title { + @apply text-h-sm md:text-h-lg font-semibold; +} |
