fix: corrigindo responsividade elemento calcular frete

This commit is contained in:
José Carlos Lins 2023-01-25 19:38:57 -03:00
parent 2c1e6f20ca
commit 398ea6e721
2 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@
height: max-content; height: max-content;
background-color: #000000; background-color: #000000;
margin-top: 27px; margin-top: 27px;
margin-left: -2px; margin-left: -3px;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding: 0; padding: 0;
@ -334,7 +334,7 @@
.shippingContainer { .shippingContainer {
width: 100%; width: 100%;
grid-template-areas: "label button" "notCep notCep"; grid-template-areas: "label button" "notCep notCep";
grid-template-columns: 83.4459% 1fr; grid-template-columns: 1fr 46px;
padding-bottom: 23px; padding-bottom: 23px;
margin-bottom: 16px; margin-bottom: 16px;
} }

View File

@ -246,7 +246,7 @@
height: max-content; height: max-content;
background-color: #000000; background-color: #000000;
margin-top: 27px; margin-top: 27px;
margin-left: -2px; margin-left: -3px;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding: 0; padding: 0;
@ -389,7 +389,7 @@
width: 100%; width: 100%;
grid-template-areas: "label button" grid-template-areas: "label button"
"notCep notCep"; "notCep notCep";
grid-template-columns: 83.4459% 1fr; grid-template-columns: 1fr 46px;
padding-bottom: 23px; padding-bottom: 23px;
margin-bottom: 16px; margin-bottom: 16px;