fix(body): Tamanho do texto do frete

This commit is contained in:
Savio Carvalho Moraes 2022-12-24 19:10:30 -03:00
parent 3abf772c35
commit a04393705a
3 changed files with 16 additions and 2 deletions

View File

@ -218,12 +218,20 @@
select,
input {
max-width: 100%;
width: 100%;
border-radius: 5px;
border: 1px solid $color-gray3;
box-shadow: none;
height: 42px;
}
.ship-country {
label {
display: none;
}
}
#ship-country {
display: none;
}
.help.error {
color: red;

View File

@ -612,7 +612,7 @@
&-totalizers {
padding: 0;
width: 346px;
width: 100%;
.coupon-data {
display: flex;
@ -702,6 +702,9 @@
max-width: 100%;
width: 100%;
}
@media screen and (max-width: 1455px) {
width: 49%;
}
}
button {

View File

@ -15,6 +15,9 @@
justify-content: space-between;
margin: 50px 0 0 0 !important;
border-top: 1px solid #000000;
//position: absolute;
//bottom: 0;
//left: 0;
}
.container {
padding: 27px 32px 24px 32px;