feat(form): Adiciona mudancas no sass do form

This commit is contained in:
DaviHKlein 2023-01-20 21:30:24 -03:00
parent 8a0c8a5ee9
commit 380aae9cd0
2 changed files with 6 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export const ContactForm = () => {
<div className="checkbox_wrapper">
<label htmlFor="checkbox">Declaro que li e aceito</label>
<span className="error">
<span className="check-error">
<ErrorMessage name="checkbox" className="form-ivalid-feedback" />
</span>
<Field

View File

@ -84,9 +84,13 @@ form {
.checkbox_wrapper {
margin: 12px 0;
position: relative;
span {
display: flex;
justify-content: flex-start !important;
margin-left: 13px;
margin-right: 2px;
color: #ff0000;
@media (min-width: 2500px) {
font-size: 26px;
}
@ -116,6 +120,7 @@ form {
color: $color-white;
@media (min-width: 2500px) {
height: 71px;
font-weight: 400;
font-size: 32px;
line-height: 38px;