forked from M3-Academy/m3-academy-template-checkout
desenvolvimento #3
@ -87,12 +87,12 @@
|
||||
padding: 16px;
|
||||
margin-top: 44px;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin: 0px 0 25px 0;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
// @include mq(md, max) {
|
||||
// margin: 0px 0 25px 0;
|
||||
// border-left: none;
|
||||
// border-right: none;
|
||||
// border-radius: 0;
|
||||
// }
|
||||
@include mq(xll, max) {
|
||||
margin: 30px 0 25px 0;
|
||||
}
|
||||
|
@ -40,6 +40,10 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
}
|
||||
.cart-fixed {
|
||||
top: -42px;
|
||||
@include mq(xll, max) {
|
||||
right: 230px;
|
||||
top: -10px;
|
||||
}
|
||||
}
|
||||
.cart-items{
|
||||
display: flex;
|
||||
@ -210,6 +214,11 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
#payment-data{
|
||||
@include mq(xll, max) {
|
||||
.accordion-group{
|
||||
width: 134%;
|
||||
}
|
||||
}
|
||||
right: 0;
|
||||
#payment-group-custom204PaymentGroupPaymentGroup,
|
||||
#payment-group-SPEIPaymentGroup,
|
||||
@ -271,11 +280,30 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
#client-profile-data{
|
||||
@include mq(xll, max) {
|
||||
width: 152%;
|
||||
.filled{
|
||||
width: 90% !important;
|
||||
height: 164px !important;
|
||||
}
|
||||
}
|
||||
.filled{
|
||||
width: 332px !important;
|
||||
width: 332px;
|
||||
height: 164px !important;
|
||||
}
|
||||
}
|
||||
#shipping-data{
|
||||
@include mq(xll, max) {
|
||||
width: 100%;
|
||||
.accordion-group{
|
||||
width: 137%;
|
||||
}
|
||||
.filled{
|
||||
width: 92% !important;
|
||||
height: 164px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.safep{
|
||||
width: 622px;
|
||||
height: 48px;
|
||||
|
@ -50,6 +50,9 @@ body {
|
||||
.container-order-form,
|
||||
.container-cart {
|
||||
width: 86%;
|
||||
@include mq(xll, max) {
|
||||
width: 90.5%;
|
||||
}
|
||||
}
|
||||
.container-cart{
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user