style(form): modificando tamanhos de inputs

This commit is contained in:
Ana Carolina Duarte Cavalcante 2022-11-28 13:30:30 -03:00
parent e881edf9a2
commit 64a3f5bc66

View File

@ -177,7 +177,7 @@ input,
@media (max-width: $breakpoint-tablet) { @media (max-width: $breakpoint-tablet) {
.form { .form {
width: 100%; width: 99.874%;
height: 876.78px; height: 876.78px;
.form-container { .form-container {
height: 100%; height: 100%;
@ -190,7 +190,7 @@ input,
width: 100%; width: 100%;
height: 570px; height: 570px;
.input-image-content { .input-image-content {
width: 100%; width: 100.403%;
height: 570px; height: 570px;
} }
} }
@ -232,7 +232,7 @@ input,
width: 100%; width: 100%;
height: 212px; height: 212px;
.input-image-content { .input-image-content {
width: 100%; width: 100.945%;
height: 212px; height: 212px;
} }
} }
@ -246,11 +246,11 @@ input,
} }
.description-content { .description-content {
width: 100%; width: 100%;
height: 200.87px; height: 197.87px;
& button { & button {
width: 100%; width: 100%;
height: 56px; height: 56px;
margin-top: 10.73px; margin-top: 6px;
} }
} }
.input-titulo::placeholder { .input-titulo::placeholder {