diff --git a/src/components/ContactForm.tsx b/src/components/ContactForm.tsx index 4378ee6..8757af5 100644 --- a/src/components/ContactForm.tsx +++ b/src/components/ContactForm.tsx @@ -114,7 +114,7 @@ export const ContactForm = () => {
- + { />
- {isSubmited && *Formulário enviado com sucesso!} + {isSubmited && ( + *Formulário enviado com sucesso! + )} )} diff --git a/src/pages/Contact.modules.scss b/src/pages/Contact.modules.scss index 2090f6a..ace01de 100644 --- a/src/pages/Contact.modules.scss +++ b/src/pages/Contact.modules.scss @@ -62,6 +62,21 @@ form { } } } + .formSubmit { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-size: 12px; + line-height: 14px; + margin-top: 12.56px; + + color: #008000; + @media (min-width: 2500px) { + font-size: 24px; + line-height: 28px; + margin-top: 12px; + } + } .error { display: flex; justify-content: end; @@ -81,6 +96,14 @@ form { line-height: 28px; } } + .errorCheckbox { + font-family: "Roboto"; + font-style: normal; + font-weight: 400; + font-size: 14px; + line-height: 16px; + color: #ff0000; + } .checkbox_wrapper { margin: 12px 0;