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; 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 {

View File

@ -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;