style(form): modificando tamanhos de inputs

This commit is contained in:
Ana Carolina Duarte Cavalcante 2022-11-28 13:15:26 -03:00
parent 8229f86331
commit e881edf9a2

View File

@ -33,7 +33,7 @@ input,
width: 100%;
gap: 20px;
.input-image-container {
width: 43.934%;
width: 43.975%;
height: 212.01px;
border: 2px solid $input-image-border-color;
border-radius: 8px;
@ -48,8 +48,8 @@ input,
pointer-events: none;
}
.input-image-content {
width: 100%;
height: 212px;
width: 101.174%;
height: 212.01px;
z-index: 1;
opacity: 0;
}
@ -128,12 +128,12 @@ input,
}
.form {
width: 59.9714%;
width: 60.0246%;
height: 496px;
.form-container {
.form-inputs {
.input-image-container {
width: 44.906%;
width: 44.904%;
height: 400px;
&::after {
font-weight: 400;
@ -141,6 +141,7 @@ input,
line-height: 48px;
}
.input-image-content {
width: 100.669%;
height: 400px;
}
}