forked from M3-Academy/m3-academy-template-checkout
feat:payment mobile responsivo
This commit is contained in:
parent
9f923e26eb
commit
bc7a8eae8d
@ -111,6 +111,11 @@
|
|||||||
color: #303030;
|
color: #303030;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@include mq(xll, max) {
|
||||||
|
right: 197px;
|
||||||
|
top: -22px;
|
||||||
|
// width: 351%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-unavailable {
|
.item-unavailable {
|
||||||
|
@ -41,7 +41,7 @@ body .container-main.container-order-form .orderform-template.active {
|
|||||||
.cart-fixed {
|
.cart-fixed {
|
||||||
top: -42px;
|
top: -42px;
|
||||||
@include mq(xll, max) {
|
@include mq(xll, max) {
|
||||||
right: 230px;
|
right: 194px;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -72,6 +72,9 @@ body .container-main.container-order-form .orderform-template.active {
|
|||||||
}
|
}
|
||||||
.summary-cart-template-holder{
|
.summary-cart-template-holder{
|
||||||
width: 332px;
|
width: 332px;
|
||||||
|
@include mq(xll, max) {
|
||||||
|
// width: 87.8%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#is-corporate-client{
|
#is-corporate-client{
|
||||||
display: none;
|
display: none;
|
||||||
@ -215,8 +218,9 @@ body .container-main.container-order-form .orderform-template.active {
|
|||||||
}
|
}
|
||||||
#payment-data{
|
#payment-data{
|
||||||
@include mq(xll, max) {
|
@include mq(xll, max) {
|
||||||
|
width: 100%;
|
||||||
.accordion-group{
|
.accordion-group{
|
||||||
width: 134%;
|
width: 137%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user