diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:39:22 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:39:22 +0700 |
| commit | 8456bd17207e349c717d062fcc6fe4d032da1334 (patch) | |
| tree | 5546b8edf2bc9bb904a415cfd204d278a53a4c76 /src/core/components/elements/Footer/style/promoOffer.module.css | |
| parent | 1583acec4f8d97633594ad5f0973a4d1235dc586 (diff) | |
<iman> update bagian footer untuk penawaran(baru tampilan saja) all promotion
Diffstat (limited to 'src/core/components/elements/Footer/style/promoOffer.module.css')
| -rw-r--r-- | src/core/components/elements/Footer/style/promoOffer.module.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/core/components/elements/Footer/style/promoOffer.module.css b/src/core/components/elements/Footer/style/promoOffer.module.css new file mode 100644 index 00000000..3184182d --- /dev/null +++ b/src/core/components/elements/Footer/style/promoOffer.module.css @@ -0,0 +1,39 @@ +.form-input { + @apply + h-full + w-[514px] + text-slate-950 + flex + justify-center; +} + +.input{ + @apply w-[320px] + sm:w-[320px] + md:w-[500px] + xl:w-[514px] + lg:w-[514px] + 2xl:w-[514px] + text-black + py-2 + h-11 + md:py-3 + px-4 + bg-[#FDF1C7] + rounded-3xl + focus:outline-none + ; +} + +.button{ + @apply bg-[#FAD147] + absolute + py-1.5 + rounded-3xl + text-black + md:py-2.5 + px-4 + h-11 + z-0 + ; +}
\ No newline at end of file |
