Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 29 commits from feature/challenge-tourist-attractions into develop 2022-11-28 17:16:05 +00:00
Showing only changes of commit e881edf9a2 - Show all commits

View File

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