feat:payment mobile responsivo

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2022-12-22 16:20:23 -03:00
parent 9f923e26eb
commit bc7a8eae8d
2 changed files with 11 additions and 2 deletions

View File

@ -111,6 +111,11 @@
color: #303030;
font-size: 14px;
font-weight: 500;
@include mq(xll, max) {
right: 197px;
top: -22px;
// width: 351%;
}
}
.item-unavailable {

View File

@ -41,7 +41,7 @@ body .container-main.container-order-form .orderform-template.active {
.cart-fixed {
top: -42px;
@include mq(xll, max) {
right: 230px;
right: 194px;
top: -10px;
}
}
@ -72,6 +72,9 @@ body .container-main.container-order-form .orderform-template.active {
}
.summary-cart-template-holder{
width: 332px;
@include mq(xll, max) {
// width: 87.8%;
}
}
#is-corporate-client{
display: none;
@ -215,8 +218,9 @@ body .container-main.container-order-form .orderform-template.active {
}
#payment-data{
@include mq(xll, max) {
width: 100%;
.accordion-group{
width: 134%;
width: 137%;
}
}
right: 0;