fix: corrigindo responsividade elemento calcular frete
This commit is contained in:
parent
2c1e6f20ca
commit
398ea6e721
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user