forked from M3-Academy/m3-academy-template-checkout
feat:Endereço com responsividade
This commit is contained in:
parent
cdd2fba1ed
commit
9211513e52
@ -112,17 +112,27 @@ body .container-main.container-order-form .orderform-template.active {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.ship-number{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
#ship-number,
|
#ship-number,
|
||||||
#ship-receiverName,
|
#ship-receiverName,
|
||||||
#ship-postalCode,
|
#ship-postalCode,
|
||||||
#ship-complement{
|
#ship-complement{
|
||||||
width: 296px !important;
|
@include mq(xll, max) {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
width: 296px;
|
||||||
height: 35px !important;
|
height: 35px !important;
|
||||||
max-width: 100%!important;
|
max-width: 100%!important;
|
||||||
}
|
}
|
||||||
#ship-postalCode{
|
#ship-postalCode{
|
||||||
|
@include mq(xll, max) {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 172px !important;
|
width: 172px;
|
||||||
height: 36px !important;
|
height: 36px !important;
|
||||||
max-width: 200px !important;
|
max-width: 200px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user