feat(form): Adiciona mudancas no sass do form
This commit is contained in:
parent
8a0c8a5ee9
commit
380aae9cd0
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user