From 64a3f5bc66897ae9a651e23f10dbb2c162e49d7d Mon Sep 17 00:00:00 2001 From: devartes Date: Mon, 28 Nov 2022 13:30:30 -0300 Subject: [PATCH] style(form): modificando tamanhos de inputs --- src/styles/partials/form.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/partials/form.scss b/src/styles/partials/form.scss index 8e1b6df..a2afc11 100644 --- a/src/styles/partials/form.scss +++ b/src/styles/partials/form.scss @@ -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 {