forked from M3-Academy/m3-academy-template-checkout
fix(body): Tamanho do texto do frete
This commit is contained in:
parent
3abf772c35
commit
a04393705a
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user