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,
|
||||
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;
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user