From e881edf9a2bd698e1309c1bded3197de469e9f46 Mon Sep 17 00:00:00 2001 From: devartes Date: Mon, 28 Nov 2022 13:15:26 -0300 Subject: [PATCH] style(form): modificando tamanhos de inputs --- src/styles/partials/form.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/styles/partials/form.scss b/src/styles/partials/form.scss index 96e6591..8e1b6df 100644 --- a/src/styles/partials/form.scss +++ b/src/styles/partials/form.scss @@ -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; } }