fix: corrigindo responsividade elemento calcular frete
This commit is contained in:
parent
2c1e6f20ca
commit
398ea6e721
@ -218,7 +218,7 @@
|
||||
height: max-content;
|
||||
background-color: #000000;
|
||||
margin-top: 27px;
|
||||
margin-left: -2px;
|
||||
margin-left: -3px;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
@ -334,7 +334,7 @@
|
||||
.shippingContainer {
|
||||
width: 100%;
|
||||
grid-template-areas: "label button" "notCep notCep";
|
||||
grid-template-columns: 83.4459% 1fr;
|
||||
grid-template-columns: 1fr 46px;
|
||||
padding-bottom: 23px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
@ -246,7 +246,7 @@
|
||||
height: max-content;
|
||||
background-color: #000000;
|
||||
margin-top: 27px;
|
||||
margin-left: -2px;
|
||||
margin-left: -3px;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
@ -389,7 +389,7 @@
|
||||
width: 100%;
|
||||
grid-template-areas: "label button"
|
||||
"notCep notCep";
|
||||
grid-template-columns: 83.4459% 1fr;
|
||||
grid-template-columns: 1fr 46px;
|
||||
padding-bottom: 23px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user