summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product/PromoSection.module.css
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-12-15 17:15:32 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-12-15 17:15:32 +0700
commitc9366090153e8aba3a673b2b77cbc8acc24e59a5 (patch)
tree9bad672e511d5585bb4be5b4e3190aca7c4a16af /src-migrate/modules/product/PromoSection.module.css
parenta5321d82f4b5e8404f575f1d62e92d0322d78db9 (diff)
Update promotion program feature
Diffstat (limited to 'src-migrate/modules/product/PromoSection.module.css')
-rw-r--r--src-migrate/modules/product/PromoSection.module.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src-migrate/modules/product/PromoSection.module.css b/src-migrate/modules/product/PromoSection.module.css
new file mode 100644
index 00000000..a9c9b704
--- /dev/null
+++ b/src-migrate/modules/product/PromoSection.module.css
@@ -0,0 +1,11 @@
+.titleWrapper {
+ @apply w-full mb-4 h-20 bg-[#C70817] rounded-lg flex items-center justify-between px-4 py-1;
+}
+
+.seeMore {
+ @apply py-2 px-3 btn-yellow rounded-lg text-body-2;
+}
+
+.title {
+ @apply font-semibold text-xl text-white;
+}