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, select,
input { input {
max-width: 100%; width: 100%;
border-radius: 5px; border-radius: 5px;
border: 1px solid $color-gray3; border: 1px solid $color-gray3;
box-shadow: none; box-shadow: none;
height: 42px; height: 42px;
} }
.ship-country {
label {
display: none;
}
}
#ship-country {
display: none;
}
.help.error { .help.error {
color: red; color: red;

View File

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

View File

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