bugfix: restyle vt-subcription 3bear json config file
This commit is contained in:
parent
9622af2c9e
commit
b55e3d7a1a
|
|
@ -563,15 +563,20 @@
|
||||||
"cardClassName": "rounded-2xl overflow-hidden bg-[#CFECD9] w-[800px] p-10",
|
"cardClassName": "rounded-2xl overflow-hidden bg-[#CFECD9] w-[800px] p-10",
|
||||||
"title": "10% für dich!",
|
"title": "10% für dich!",
|
||||||
"titleClassName": "text-[#003F31] text-[28px] font-bold text-center",
|
"titleClassName": "text-[#003F31] text-[28px] font-bold text-center",
|
||||||
|
"highlightClassName": "text-[#003F31] font-bold",
|
||||||
"description": true,
|
"description": true,
|
||||||
|
"formClassName": "mt-8 flex flex-col items-center gap-4",
|
||||||
|
"descriptionClassName": "text-[#003F31] text-[16px] text-center",
|
||||||
|
"fieldsClassName": "grid grid-cols-1 small:grid-cols-2 gap-4 w-full",
|
||||||
"descriptionPrefix": "Melde dich jetzt zum 3Bears Newsletter an und sichere dir",
|
"descriptionPrefix": "Melde dich jetzt zum 3Bears Newsletter an und sichere dir",
|
||||||
"descriptionHighlight": "10% Rabatt auf deinen nächsten Einkauf!",
|
"descriptionHighlight": "10% Rabatt auf deinen nächsten Einkauf!",
|
||||||
|
"subtextClassName": "text-[#003F31] text-[16px] text-center",
|
||||||
"descriptionSuffix": "",
|
"descriptionSuffix": "",
|
||||||
"subtext": "Deinen Rabattcode bekommst du von uns per Mail.",
|
"subtext": "Deinen Rabattcode bekommst du von uns per Mail.",
|
||||||
"firstName": { "placeholder": "Vorname" },
|
"firstName": { "placeholder": "Vorname" },
|
||||||
"email": { "placeholder": "E-Mail-Adresse" },
|
"email": { "placeholder": "E-Mail-Adresse" },
|
||||||
"policyLabel": "Ich habe die DSGVO gelesen und akzeptiere sie.",
|
"policyLabel": "Ich habe die DSGVO gelesen und akzeptiere sie.",
|
||||||
"cta": { "label": "Anmelden" }
|
"cta": { "label": "Anmelden", "className": "bg-[#FCEE56] text-[#0D382E] px-6 py-2 rounded-full w-fit font-bold" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue