feat:Endereço com responsividade

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2022-12-24 21:43:08 -03:00
parent cdd2fba1ed
commit 9211513e52

View File

@ -112,17 +112,27 @@ body .container-main.container-order-form .orderform-template.active {
box-sizing: border-box;
}
}
.ship-number{
width: 100%;
}
#ship-number,
#ship-receiverName,
#ship-postalCode,
#ship-complement{
width: 296px !important;
@include mq(xll, max) {
width: 100% !important;
}
width: 296px;
height: 35px !important;
max-width: 100%!important;
}
#ship-postalCode{
@include mq(xll, max) {
width: 100% !important;
max-width: 100% !important;
}
margin-bottom: 10px;
width: 172px !important;
width: 172px;
height: 36px !important;
max-width: 200px !important;
}