desenvolvimento #3

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 19 commits from desenvolvimento into Develop 2022-12-27 03:00:25 +00:00
3 changed files with 38 additions and 7 deletions
Showing only changes of commit 9f923e26eb - Show all commits

View File

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

View File

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

View File

@ -50,6 +50,9 @@ body {
.container-order-form,
.container-cart {
width: 86%;
@include mq(xll, max) {
width: 90.5%;
}
}
.container-cart{
display: flex;