style(form): modificando tamanhos de inputs
This commit is contained in:
parent
e881edf9a2
commit
64a3f5bc66
@ -177,7 +177,7 @@ input,
|
||||
|
||||
@media (max-width: $breakpoint-tablet) {
|
||||
.form {
|
||||
width: 100%;
|
||||
width: 99.874%;
|
||||
height: 876.78px;
|
||||
.form-container {
|
||||
height: 100%;
|
||||
@ -190,7 +190,7 @@ input,
|
||||
width: 100%;
|
||||
height: 570px;
|
||||
.input-image-content {
|
||||
width: 100%;
|
||||
width: 100.403%;
|
||||
height: 570px;
|
||||
}
|
||||
}
|
||||
@ -232,7 +232,7 @@ input,
|
||||
width: 100%;
|
||||
height: 212px;
|
||||
.input-image-content {
|
||||
width: 100%;
|
||||
width: 100.945%;
|
||||
height: 212px;
|
||||
}
|
||||
}
|
||||
@ -246,11 +246,11 @@ input,
|
||||
}
|
||||
.description-content {
|
||||
width: 100%;
|
||||
height: 200.87px;
|
||||
height: 197.87px;
|
||||
& button {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
margin-top: 10.73px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
.input-titulo::placeholder {
|
||||
|
Loading…
Reference in New Issue
Block a user