forked from M3-Academy/m3-academy-template-checkout
feat: Aplica css mobile
This commit is contained in:
parent
bc99bae4ed
commit
3e83b3dd7b
@ -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 {
|
||||
a {
|
||||
.photo {
|
||||
@ -1278,6 +1290,16 @@
|
||||
@include mq(xg, min) {
|
||||
width: 406px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.payment-group-list-btn {
|
||||
@media (max-width: 1024px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.payment-group-item.active {
|
||||
@ -1343,6 +1365,10 @@
|
||||
@media (max-width: 1230px) {
|
||||
width: 58%;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.box-payment-group2,
|
||||
|
Loading…
Reference in New Issue
Block a user