feat: Aplica css mobile

This commit is contained in:
Sabrina Miranda 2022-12-26 21:24:56 -03:00
parent bc99bae4ed
commit 3e83b3dd7b

View File

@ -1090,6 +1090,18 @@
} }
} }
.payment-data .payment-group {
@media (max-width: 767px) {
margin: 0 0 10px;
}
}
.payment-data .steps-view {
@media (max-width: 979px) {
width: 100%;
}
}
.hproduct { .hproduct {
a { a {
.photo { .photo {
@ -1278,6 +1290,16 @@
@include mq(xg, min) { @include mq(xg, min) {
width: 406px; width: 406px;
} }
@media (max-width: 1024px) {
width: 100%;
}
}
.payment-group-list-btn {
@media (max-width: 1024px) {
width: 100%;
}
} }
.payment-group-item.active { .payment-group-item.active {
@ -1343,6 +1365,10 @@
@media (max-width: 1230px) { @media (max-width: 1230px) {
width: 58%; width: 58%;
} }
@media (max-width: 1024px) {
width: 100%;
}
} }
.box-payment-group2, .box-payment-group2,