develop #6

Merged
Rhayllon_Daudt merged 13 commits from develop into main 2022-12-19 02:54:38 +00:00
8 changed files with 464 additions and 138 deletions
Showing only changes of commit 6ec191d212 - Show all commits

View File

@ -20,6 +20,7 @@ export default class Footer {
if (window.innerWidth < 1024){
this.addCarrosselMobile();
}
this.prateleiraView();
}
@ -34,6 +35,7 @@ export default class Footer {
timeout: 5000,
interval: 1000,
});
this.pratWrapper = await waitElement(".footerCheckout")
}
onUpdate() {
@ -154,4 +156,64 @@ export default class Footer {
return peçaBase;
});
}
async prateleiraView() {
if (this.prateleira) {
const FooterCheck = document.querySelectorAll(".footerCheckout");
FooterCheck.forEach((f) => {
const prat = f.children[0];
if (window.location.href === "https://m3academy.myvtex.com/checkout/#/cart") {
if (prat) {
prat.classList.add("view");
}
} else if (
window.location.href === "https://m3academy.myvtex.com/checkout/#/email" ||
window.location.href === "https://m3academy.myvtex.com/checkout/#/profile" ||
window.location.href == "https://m3academy.myvtex.com/checkout/#/shipping"
) {
if (prat) {
if (prat.classList.contains("view")) {
prat.classList.remove("view");
}
}
} else if (
window.location.href === "https://m3academy.myvtex.com/checkout/#/payment"
) {
if (prat) {
if (prat.classList.contains("view")) {
prat.classList.remove("view");
}
}
}
window.addEventListener("hashchange", () => {
if (window.location.hash == "#/cart") {
if (prat) {
prat.classList.add("view");
}
} else if (
window.location.hash === "#/email" ||
window.location.hash === "#/profile" ||
window.location.hash === "#/shipping"
) {
if (prat) {
if (prat.classList.contains("view")) {
prat.classList.remove("view");
}
}
} else if (window.location.hash == "#/payment") {
if (prat) {
if (prat.classList.contains("view")) {
prat.classList.remove("view");
}
}
}
});
});
}
}
}

View File

@ -20,6 +20,11 @@
@media screen and (max-width: 1024px) {
margin-right: 16px;
}
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
}
}
@ -46,6 +51,11 @@
text-transform: uppercase;
font-weight: 400;
@media screen and (min-width: 2500px) {
font-size: 40px;
line-height: 47px;
}
@media screen and (max-width: 1024px) {
font-size: 14px;
line-height: 16px;
@ -61,6 +71,11 @@
font-weight: 400;
padding: 0;
@media screen and (min-width: 2500px) {
font-size: 40px;
line-height: 47px;
}
@media screen and (max-width: 1024px) {
font-size: 14px;
line-height: 16px;
@ -75,6 +90,10 @@
width: 57%;
justify-content: flex-start;
@media screen and (min-width: 2500px) {
padding: 1px 0;
}
@media screen and (max-width: 1024px) {
width: 97%;
}
@ -102,6 +121,11 @@
line-height: 16px;
display: flex;
align-items: center;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 33px;
}
}
@media (max-width: 490px) {
@ -139,6 +163,11 @@
text-transform: uppercase;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 38px;
}
@media screen and (max-width: 1024px) {
padding: 4px 18px;
height: 50px;
@ -174,6 +203,11 @@
font-size: 12px;
line-height: 16px;
margin: 0 0 8px 0;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 33px;
}
}
ul {
@ -187,12 +221,21 @@
font-size: 12px;
line-height: 16px;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 33px;
}
}
i::before {
color: $color-blue2;
font-size: 1rem;
opacity: 1;
@media screen and (min-width: 2500px) {
font-size: 1.5rem;
}
}
}
}
@ -201,6 +244,10 @@
color: $color-black;
font-size: 6rem;
opacity: 0.5;
@media screen and (min-width: 2500px) {
font-size: 9.8rem;
}
}
}
}
@ -456,7 +503,14 @@
border-radius: 8px;
color: #303030;
padding: 12px;
padding-top: 2px;
padding-top: 15px;
position: relative;
span.street,
span.neighborhood{
padding-left: 31px;
}
&::before{
content: "";
width: 24px;
@ -464,6 +518,9 @@
background-image: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png);
background-repeat: no-repeat;
background-size: 24px;
position: absolute;
left: 11px;
top: 23px;
}
@include mq(md, max) {

View File

@ -7,7 +7,7 @@
width: 64%;
height: 25px;
}
input#creditCardpayment-card-0Number.input.medium{
input#creditCardpayment-card-0Number.input.medium {
width: 64%;
height: 25px;
}
@ -30,12 +30,12 @@ input#creditCardpayment-card-0Number.input.medium{
padding: 16px 0;
position: relative;
}
.table.cart-items{
.table.cart-items {
@media screen and (max-width: 1024px) {
thead{
thead {
display: none;
}
tbody{
tbody {
.shipping-date.empty,
.quantity-price {
display: none;
@ -98,6 +98,11 @@ input#creditCardpayment-card-0Number.input.medium{
border-top: none;
margin-top: 0;
padding-top: 0;
.hproduct.item.muted {
span.shipping-date.pull-left {
display: none;
}
}
&:not(:first-child) {
margin-top: 8px;
@ -146,14 +151,6 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 19px;
letter-spacing: 0.05em;
text-transform: uppercase;
// &:hover {
// background: lighten($color-black, 5);
// }
// &:active {
// background: darken($color-black, 5);
// }
}
}
@ -165,7 +162,7 @@ input#creditCardpayment-card-0Number.input.medium{
.product-item {
padding: 16px 0;
.product-name{
.product-name {
padding-top: 10px;
@media screen and (max-width: 1024px) {
@ -184,32 +181,47 @@ input#creditCardpayment-card-0Number.input.medium{
font-size: 14px;
line-height: 16px;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
@include mq(md, max) {
&.quantity-price,
&.shipping-date {
display: none;
}
}
&.shipping-date{
&.shipping-date {
font-size: 0;
line-height: 0;
&::after{
&::after {
content: "Frete";
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: $color-black;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
}
}
&.product-price{
&.product-price {
font-size: 0;
line-height: 0;
&::after{
&::after {
content: "Unidade";
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: $color-black;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
}
}
}
@ -219,6 +231,11 @@ input#creditCardpayment-card-0Number.input.medium{
padding: 0;
width: 60px;
@media screen and (min-width: 2500px) {
width: 146px;
height: 156px;
}
@media screen and (max-width: 1024px) {
padding: 0 16px;
}
@ -232,19 +249,28 @@ input#creditCardpayment-card-0Number.input.medium{
max-width: 100%;
width: 100%;
@media screen and (min-width: 2500px) {
height: 156px;
}
@media screen and (min-width: 2500px) {
width: 146px;
// height: 156px;
}
@include mq(sm, max) {
height: 72px;
width: auto;
}
}
}
.badge{
.badge {
display: none;
}
#hproduct-item-2616{
#hproduct-item-2616 {
width: 60px;
}
.price{
.price {
padding-top: 15px;
}
.product-name {
@ -270,11 +296,16 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 14px;
transition: ease-in 0.22s all;
&:hover {
color: darken($color-blue, 10);
text-decoration: none;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
// &:hover {
// color: darken($color-blue, 10);
// text-decoration: none;
// }
@media (max-width: 490px) {
margin-left: 23px;
}
@ -286,11 +317,21 @@ input#creditCardpayment-card-0Number.input.medium{
}
}
td.quantity-price{
@media screen and (min-width: 2500px) {
width: 188px;
}
}
td.shipping-date {
color: $color-gray2;
font-size: 12px;
line-height: 14px;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
@media screen and (max-width: 1024px) {
display: none;
}
@ -317,6 +358,11 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 14px;
text-decoration-line: line-through;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
@media screen and (max-width: 1024px) {
padding-left: 8px;
}
@ -331,7 +377,7 @@ input#creditCardpayment-card-0Number.input.medium{
}
}
}
td.product-price{
td.product-price {
padding: 10px 5px 0 5px;
@media screen and (max-width: 1024px) {
float: right;
@ -339,7 +385,7 @@ input#creditCardpayment-card-0Number.input.medium{
height: 37px;
}
}
td.item-remove{
td.item-remove {
@media screen and (max-width: 1024px) {
position: absolute;
right: 10px;
@ -401,7 +447,7 @@ input#creditCardpayment-card-0Number.input.medium{
// padding: 1px 12px;
}
}
.item-quantity-change-decrement{
.item-quantity-change-decrement {
width: 16px;
height: 16px;
margin-left: 11px;
@ -416,7 +462,7 @@ input#creditCardpayment-card-0Number.input.medium{
&:before {
content: "-";
font-size: 14px;
background-color: #00C8FF;
background-color: #00c8ff;
border-radius: 50%;
height: 100%;
width: 100%;
@ -462,10 +508,19 @@ input#creditCardpayment-card-0Number.input.medium{
font-size: 14px;
line-height: 16px;
color: $color-black;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
&.total-selling-price{
&.total-selling-price {
font-weight: 700;
line-height: 19px;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 38px;
}
}
}
}
@ -517,6 +572,12 @@ input#creditCardpayment-card-0Number.input.medium{
@include mq(md, max) {
padding: 0 16px;
}
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 65px;
max-width: none;
}
@media screen and (max-width: 1024px) {
padding: 0 0 0 16px;
}
@ -529,6 +590,11 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 33px;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 65px;
}
@include mq(md, max) {
margin-top: 0;
}
@ -540,6 +606,12 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 18px;
margin: 0 0 10px;
@media screen and (min-width: 2500px) {
max-width: 34.5rem;
font-size: 28px;
line-height: 36px;
}
@media screen and (max-width: 1024px) {
max-width: 17.32rem;
}
@ -560,6 +632,11 @@ input#creditCardpayment-card-0Number.input.medium{
margin-top: 0;
text-transform: uppercase;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 38px;
}
&:hover {
background-color: lighten($color-gray5, 5);
}
@ -632,7 +709,7 @@ input#creditCardpayment-card-0Number.input.medium{
.blue {
color: $color-black2 !important;
}
.gray{
.gray {
color: $color-gray8;
}
@ -691,7 +768,6 @@ input#creditCardpayment-card-0Number.input.medium{
right: -36px;
top: 28px;
}
}
small a {
@ -703,13 +779,13 @@ input#creditCardpayment-card-0Number.input.medium{
color: $color-black2;
margin-top: 7px;
&::after{
&::after {
content: "Não sei meu código postal";
font-size: 10px;
line-height: 12px;
font-weight: 400;
:hover{
:hover {
text-decoration: underline;
}
}
@ -790,6 +866,10 @@ input#creditCardpayment-card-0Number.input.medium{
padding: 0;
width: 346px;
@media screen and (min-width: 2500px) {
width: 688px;
}
.coupon-data {
#cart-link-coupon-add {
text-decoration: none;
@ -805,6 +885,11 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 14px;
color: $color-black2;
text-decoration: none;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
}
}
@ -816,7 +901,6 @@ input#creditCardpayment-card-0Number.input.medium{
.coupon-column {
.coupon {
margin: 0;
}
.link-coupon-add {
@ -826,7 +910,7 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 14px;
text-decoration: underline;
}
.coupon-label{
.coupon-label {
margin-bottom: 4px;
}
.coupon-label label {
@ -907,7 +991,6 @@ input#creditCardpayment-card-0Number.input.medium{
@include mq(md, max) {
width: 138px;
}
}
}
}
@ -930,6 +1013,11 @@ input#creditCardpayment-card-0Number.input.medium{
color: $color-black;
padding: 12px 0;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
@media screen and (max-width: 1024px) {
padding: 10px 0;
}
@ -942,6 +1030,10 @@ input#creditCardpayment-card-0Number.input.medium{
&.monetary {
text-align: right;
@media screen and (min-width: 2500px) {
width: 188px;
}
}
}
}
@ -955,50 +1047,60 @@ input#creditCardpayment-card-0Number.input.medium{
line-height: 19px;
color: $color-black;
float: none;
@media screen and (min-width: 2500px) {
font-size: 36px;
line-height: 49px;
}
}
td.info{
td.info {
font-weight: 700;
font-size: 18px;
line-height: 25px;
font-family: $font-family;
@media screen and (min-width: 2500px) {
font-size: 36px;
line-height: 49px;
}
@media screen and (max-width: 1024px) {
padding: 14px 0;
}
}
td.monetary{
td.monetary {
padding-right: 0px;
}
}
}
}
}
.Items{
.Items {
// border-top: 1px solid;
border-bottom: 1px solid;
.info{
padding: 20px 0 10px 0 ;
.info {
padding: 20px 0 10px 0;
padding-left: 0;
float: none;
}
.monetary{
padding-right: 0px ;
.monetary {
padding-right: 0px;
float: none;
}
}
.Discounts{
.Discounts {
border-bottom: 1px solid;
.info{
padding: 20px 0 10px 0 ;
.info {
padding: 20px 0 10px 0;
padding-left: 0;
float: none;
}
.monetary{
padding-right: 0px ;
.monetary {
padding-right: 0px;
float: none;
}
}
.coupon-data{
.coupon-data {
display: block !important;
margin-top: 33px;
@ -1030,6 +1132,11 @@ input#creditCardpayment-card-0Number.input.medium{
text-align: center;
margin-bottom: 14px;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
@include mq(md, max) {
margin-bottom: 0px;
}
@ -1043,8 +1150,14 @@ input#creditCardpayment-card-0Number.input.medium{
color: $color-black2;
text-decoration: none;
&#cart-choose-more-products.more.link-choose-more-products{
&#cart-choose-more-products.more.link-choose-more-products {
margin-right: 0;
@media screen and (min-width: 2500px) {
height: 156px;
font-size: 24px;
line-height: 28px;
}
}
}
}
@ -1059,10 +1172,6 @@ input#creditCardpayment-card-0Number.input.medium{
transition: ease-in 0.22s all;
padding: 12px 19px;
// &:hover {
// background-color: darken($color-green, 5);
// }
&:after {
content: "finalizar compra";
font-family: $font-family;
@ -1074,6 +1183,11 @@ input#creditCardpayment-card-0Number.input.medium{
vertical-align: middle;
line-height: 19px;
text-shadow: none;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 38px;
}
}
}
}

View File

@ -29,6 +29,11 @@
line-height: 33px;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 65px;
}
@media screen and (max-width: 1024px) {
font-size: 18px;
line-height: 25px;
@ -59,9 +64,6 @@
width: 30.31%;
}
// &:hover {
// background: lighten($color-white, 5);
// }
&::before{
content: "Continuar comprando";
font-family: $font-family-secundary;
@ -72,6 +74,11 @@
text-align: center;
color: $color-black2;
text-transform: uppercase;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
}
}
}

View File

@ -12,7 +12,8 @@ footer .footerCheckout__wrapper {
width: 100%;
margin: auto auto 0 auto;
border-top: 1px solid $color-black2;
.container{
.container {
display: flex;
align-items: center;
width: 94.9734%;
@ -21,7 +22,6 @@ footer .footerCheckout__wrapper {
align-items: baseline;
width: 97%;
gap: 16px;
background-color: rebeccapurple;
}
}
}
@ -30,17 +30,20 @@ header {
width: 100%;
margin: 0 auto;
}
header{
header {
border-bottom: 1px solid $color-black2;
padding: 29px 0;
@media screen and (max-width: 1024px) {
padding: 16px 0;
}
}
.headerCheckout__safeBuy{
.headerCheckout__safeBuy {
display: flex;
gap: 8px;
height: 15px;
@media screen and (min-width: 2500px) {
height: 33px;
}
}
body {
@ -48,13 +51,17 @@ body {
flex-direction: column;
min-height: 100% !important;
padding-top: 0 !important;
position: relative;
.SecurityEnvironmentIcon{
.SecurityEnvironmentIcon {
@media screen and (max-width: 1024px) {
display: none;
}
}
.vtex-omnishipping-1-x-leanShippingOptionActive{
.view {
display: block !important;
}
.vtex-omnishipping-1-x-leanShippingOptionActive {
background: $color-gray12 !important;
}
@ -66,21 +73,24 @@ body {
height: 33px;
}
}
p.PaymentCardHolderDocument.input.text.required.mask{
div.row-fluid.orderform-template.span12.active{
min-height: 580px;
}
p.PaymentCardHolderDocument.input.text.required.mask {
display: none;
}
.PaymentInstallments select{
.PaymentInstallments select {
width: 68%;
}
input#creditCardpayment-card-0Name.input-medium{
input#creditCardpayment-card-0Name.input-medium {
width: 34%;
height: 25px;
}
.input#creditCardpayment-card-0Code.input-mini{
.input#creditCardpayment-card-0Code.input-mini {
width: 16%;
height: 25px;
}
#ship-postalCode{
#ship-postalCode {
border: 1px solid $color-gray8;
border-radius: 8px;
@ -88,56 +98,56 @@ body {
width: 100%;
}
}
#find-pickups-manualy-button-denied{
#find-pickups-manualy-button-denied {
color: $color-black2;
outline: none;
&:hover{
&:hover {
background: $color-white;
color: $color-black2;
}
&:active{
&:active {
background: $color-white;
color: $color-black2;
}
}
#payment-data-submit{
i.icon-lock{
#payment-data-submit {
i.icon-lock {
display: none;
}
}
p.input.ship-postalCode.required.text{
p.input.ship-postalCode.required.text {
@media screen and (max-width: 1024px) {
width: 75%;
}
}
tbody.totalizers-list{
tr.srp-summary-result.hide{
tbody.totalizers-list {
tr.srp-summary-result.hide {
display: none;
}
}
div.cart-fixed.cart-fixed-transition.affix-top{
.Items{
div.cart-fixed.cart-fixed-transition.affix-top {
.Items {
border-top: 1px solid $color-gray10;
border-bottom: 1px solid $color-gray10;
.info{
.info {
padding: 26px 0 !important;
padding-left: 17px !important;
float: none;
}
.monetary{
.monetary {
padding-right: 17px !important;
float: none;
}
}
.Discounts{
.Discounts {
border-bottom: 1px solid $color-gray10;
.info{
.info {
padding: 26px 0 !important;
padding-left: 17px !important;
float: none;
}
.monetary{
.monetary {
padding-right: 17px !important;
float: none;
}
@ -148,33 +158,33 @@ body {
padding-top: 30px;
padding-bottom: 0px;
}
td.info{
td.info {
padding-left: 17px;
}
td.monetary{
td.monetary {
padding-right: 17px;
}
}
div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right{
div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right {
margin-bottom: 0;
}
}
button#payment-data-submit.submit.btn.btn-success.btn-large.btn-block{
button#payment-data-submit.submit.btn.btn-success.btn-large.btn-block {
margin-top: 47px;
}
div.step.accordion-group.client-profile-data {
.client-profile-email{
.client-profile-email {
margin-bottom: 6px;
}
.client-profile-summary{
span{
.client-profile-summary {
span {
margin-bottom: 6px;
}
}
span{
span {
font-size: 0;
line-height: 0;
&::after{
&::after {
content: "Identificação";
font-family: $font-family-secundary;
font-style: normal;
@ -188,14 +198,14 @@ body {
span.email,
span.name,
span.tel,
span.newsletter-text{
&::after{
span.newsletter-text {
&::after {
display: none;
}
}
span.email,
span.name,
span.tel{
span.tel {
font-family: $font-family;
font-style: normal;
font-weight: 400;
@ -203,7 +213,7 @@ body {
line-height: 16px;
color: $color-gray2;
}
span.newsletter-text{
span.newsletter-text {
font-family: $font-family;
font-style: normal;
font-weight: 400;
@ -215,16 +225,14 @@ body {
a#payment-group-creditCardPaymentGroup.payment-group-item,
a#payment-group-bankInvoicePaymentGroup.payment-group-item {
display: block;
}
.payment-group-list-btn{
.payment-group-list-btn {
width: 105%;
@media screen and (max-width: 1024px) {
width: 100%;
}
}
@include mq(md, max) {
padding-left: 0;
}
@ -255,134 +263,134 @@ body {
width: 100%;
}
}
.row-fluid .full-cart.active, .row-fluid .orderform-template.active{
.row-fluid .full-cart.active,
.row-fluid .orderform-template.active {
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: column;
}
.row-fluid{
.row-fluid {
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: column;
}
#client-profile-data{
#client-profile-data {
@media screen and (max-width: 1024px) {
width: 100%;
padding: 0 16px;
span.help.error{
span.help.error {
font-size: 12px;
line-height: 14px;
&::after{
&::after {
display: none;
}
}
}
p.client-email.input.text.required{
p.client-email.input.text.required {
@media screen and (max-width: 1024px) {
width: 100%;
}
#client-email{
#client-email {
@media screen and (max-width: 1024px) {
width: 98.5%;
}
}
}
p.client-first-name.input.pull-left.text.required{
p.client-first-name.input.pull-left.text.required {
@media screen and (max-width: 1024px) {
width: 50%;
margin-right: 0.5%;
}
#client-first-name{
#client-first-name {
@media screen and (max-width: 1024px) {
width: 95.7%;
}
}
}
p.client-last-name.input.pull-left.text.required{
p.client-last-name.input.pull-left.text.required {
@media screen and (max-width: 1024px) {
width: 49.5%;
}
#client-last-name{
#client-last-name {
@media screen and (max-width: 1024px) {
width: 96.9%;
}
}
}
p.client-document.input.pull-left.text.required.mask{
p.client-document.input.pull-left.text.required.mask {
@media screen and (max-width: 1024px) {
width: 50%;
margin-right: 0.5%;
margin-bottom: 0;
}
#client-document{
#client-document {
@media screen and (max-width: 1024px) {
width: 95.7%;
}
}
}
p.client-phone.input.pull-left.text.required.mask{
p.client-phone.input.pull-left.text.required.mask {
@media screen and (max-width: 1024px) {
width: 49.5%;
margin-bottom: 0;
}
#client-phone{
#client-phone {
@media screen and (max-width: 1024px) {
width: 96.9%;
}
}
}
p.newsletter{
p.newsletter {
@media screen and (max-width: 1024px) {
margin-top: 0;
}
}
}
#shipping-data{
#shipping-data {
@media screen and (max-width: 1024px) {
width: 100%;
padding: 0 16px;
margin: 0;
}
div.accordion-inner.shipping-container{
div.box-step{
#postalCode-finished-loading{
div.accordion-inner.shipping-container {
div.box-step {
#postalCode-finished-loading {
@media screen and (max-width: 1024px) {
width: 33%;
}
}
p.input.ship-postalCode.required.text{
p.input.ship-postalCode.required.text {
@media screen and (max-width: 1024px) {
width: 100%;
}
#ship-postalCode{
#ship-postalCode {
@media screen and (max-width: 1024px) {
max-width: 98.5%;
}
}
}
div.vtex-omnishipping-1-x-address{
div.vtex-omnishipping-1-x-address {
@media screen and (max-width: 1024px) {
margin-bottom: 0;
}
p.input.ship-number.required.text{
p.input.ship-number.required.text {
@media screen and (max-width: 1024px) {
margin-right: 0;
}
}
}
}
}
}
#payment-data{
#payment-data {
@media screen and (max-width: 1024px) {
width: 100%;
padding: 0 16px;
margin: 0;
}
div.step.accordion-group.store-country-BRA.active{
div.step.accordion-group.store-country-BRA.active {
@media screen and (max-width: 1024px) {
width: 96.4%;
}
@ -391,21 +399,20 @@ body {
}
}
.container-cart {
@media screen and (max-width: 1024px) {
width: 100%;
}
}
}
.row-fluid .full-cart.active{
.row-fluid .full-cart.active {
margin-bottom: 0;
.row-fluid.summary{
.row-fluid.summary {
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: column;
}
.span5.totalizers.summary-totalizers.cart-totalizers.pull-right{
.span5.totalizers.summary-totalizers.cart-totalizers.pull-right {
@media screen and (max-width: 1024px) {
width: 100%;
margin: 0;
@ -413,15 +420,19 @@ body {
}
}
}
.clearfix.pull-right.cart-links.cart-links-bottom.hide{
.clearfix.pull-right.cart-links.cart-links-bottom.hide {
width: 97%;
padding: 0 16px;
@media screen and (min-width: 2500px) {
width: 34.4%;
padding: 0;
}
@media screen and (max-width: 1024px) {
margin-bottom: 3px;
margin-bottom: 25px;
}
}
}
.btn-success {
@ -443,11 +454,16 @@ body {
margin: 17px 0;
text-transform: uppercase;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 65px;
}
@include mq(md, max) {
margin-left: 30px;
}
}
#cart-title{
#cart-title {
// display: block !important;
font-weight: 700;
font-size: 24px;
@ -456,14 +472,18 @@ body {
color: $color-black;
margin: 16px 0;
letter-spacing: 0.05em;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 65px;
}
}
#orderform-title{
#orderform-title {
@media screen and (max-width: 1024px) {
margin: 16px 0 16px 16px;
}
}
.dropdown {
&__content {
&--closed {

View File

@ -20,6 +20,11 @@
text-transform: capitalize;
width: 33.33%;
@media screen and (min-width: 2500px) {
font-size: 20px;
line-height: 27px;
}
&::after{
content: ".";
}
@ -112,6 +117,11 @@
line-height: 12px;
text-decoration: none;
@media screen and (min-width: 2500px) {
font-size: 18px;
line-height: 25px;
}
span {
margin-right: 8px;
}

View File

@ -19,9 +19,12 @@
padding: 0;
grid-template-columns: 2fr 1fr 2fr;
width: 439px;
/* border: 1px solid rgb(59, 51, 51); */
margin: 0;
@media screen and (min-width: 2500px) {
width: 1078px;
}
.li-volta-borda-1,
.li-volta-borda-2,
.li-volta-centro {
@ -37,6 +40,11 @@
margin-bottom: 9px;
font-family: $font-family-secundary;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 28px;
}
}
.p-bola1,
.p-bola2,
@ -46,6 +54,11 @@
width: 10px;
height: 10px;
background-color: $color-white;
@media screen and (min-width: 2500px) {
width: 22px;
height: 22px;
}
}
.div-itens{
display: flex;
@ -78,6 +91,12 @@
margin: 0;
width: 97%;
transform: translateY(-7px);
@media screen and (min-width: 2500px) {
transform: translateY(-12px);
left: 21.6%;
width: 100.5%;
}
}
.p-borda-2{
border-top: 1.5px solid black;
@ -87,6 +106,12 @@
margin: 0;
width: 100.8%;
transform: translateY(-7px);
@media screen and (min-width: 2500px) {
transform: translateY(-12px);
right: 17.8%;
width: 104.2%;
}
}
.active{
background: $color-black2;
@ -99,6 +124,11 @@
img {
height: 37.14px;
width: auto;
@media screen and (min-width: 2500px) {
min-width: 382px;
height: 91.2px;
}
}
}
@ -113,6 +143,11 @@
font-size: 12px;
line-height: 14px;
color: $color-black;
@media screen and (min-width: 2500px) {
font-size: 24px;
line-height: 33px;
}
}
i {

View File

@ -6,10 +6,12 @@
.footerCheckout__prateleira{
width: 79.38%;
margin-bottom: 54px;
display: none;
margin: 0 9.7% 54px auto;
@media screen and (max-width: 1024px) {
width: 96.5%;
margin: 0 10px 54px auto;
margin: 0 1% 54px auto;
}
}
.footerCheckout__shelfList{
@ -34,6 +36,11 @@
line-height: 38px;
text-align: center;
color: $color-black2;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 76px;
}
}
.footerCheckout__shelfList-name{
font-family: $font-family;
@ -45,6 +52,10 @@
color: $color-black2;
margin: 20px 0;
width: 95%;
@media screen and (min-width: 2500px) {
font-size: 26px;
line-height: 35px;
}
}
.footerCheckout__shelfList-skus-wrapper{
.footerCheckout__shelfList-skus{
@ -63,6 +74,11 @@
font-weight: 700;
font-size: 13px;
line-height: 18px;
@media screen and (min-width: 2500px) {
font-size: 26px;
line-height: 35px;
}
}
display: flex;
text-align: center;
@ -94,6 +110,11 @@
font-weight: 700;
font-size: 13px;
line-height: 18px;
@media screen and (min-width: 2500px) {
font-size: 26px;
line-height: 35px;
}
}
}
}