forked from M3-Academy/m3-academy-template-checkout
develop #6
@ -10,6 +10,7 @@ export default class Footer {
|
|||||||
await this.carrinho();
|
await this.carrinho();
|
||||||
this.renderPrateleira();
|
this.renderPrateleira();
|
||||||
this.onUpdate();
|
this.onUpdate();
|
||||||
|
this.addCarrossel();
|
||||||
}
|
}
|
||||||
|
|
||||||
async selectors() {
|
async selectors() {
|
||||||
|
@ -211,6 +211,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cart {
|
.cart {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
padding: 16px 56px 16px 31px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
@ -221,6 +225,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.summary-template-holder {
|
.summary-template-holder {
|
||||||
|
/*4K*/
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
.span5.totalizers.summary-totalizers.cart-totalizers.pull-right {
|
||||||
|
width: 688.35px;
|
||||||
|
.coupon {
|
||||||
|
width: unset;
|
||||||
|
span {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
margin: 0 16px;
|
margin: 0 16px;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -322,6 +340,11 @@
|
|||||||
.product-name {
|
.product-name {
|
||||||
padding: 0 0 0 16px;
|
padding: 0 0 0 16px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 632px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(md, max) {
|
@include mq(md, max) {
|
||||||
/*width: 250px;*/
|
/*width: 250px;*/
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -726,6 +749,10 @@
|
|||||||
.srp-data {
|
.srp-data {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 543.67px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
width: 343px;
|
width: 343px;
|
||||||
}
|
}
|
||||||
@ -778,6 +805,10 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
||||||
left: 1px;
|
left: 1px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
height: 57px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__current {
|
&__current {
|
||||||
@ -791,6 +822,18 @@
|
|||||||
|
|
||||||
&__pickup {
|
&__pickup {
|
||||||
color: $color-gray7;
|
color: $color-gray7;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 38px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__delivery {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 38px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
@ -803,7 +846,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.srp-postal-code {
|
.srp-postal-code {
|
||||||
|
&__form {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 333.96px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.ship-postalCode {
|
.ship-postalCode {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -812,6 +863,11 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: $color-black-500;
|
color: $color-black-500;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 33px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@ -823,6 +879,12 @@
|
|||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
width: 172px;
|
width: 172px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 333.96px;
|
||||||
|
height: 55px;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
width: 215px;
|
width: 215px;
|
||||||
}
|
}
|
||||||
@ -856,6 +918,15 @@
|
|||||||
background-color: darken($color-blue2, 5);
|
background-color: darken($color-blue2, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 38px;
|
||||||
|
width: 194px;
|
||||||
|
height: 55px;
|
||||||
|
right: -210px;
|
||||||
|
top: 46px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
right: -213px;
|
right: -213px;
|
||||||
@ -875,6 +946,12 @@
|
|||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
color: $color-black-500;
|
color: $color-black-500;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 23px;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -884,6 +961,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -898,6 +979,10 @@
|
|||||||
color: #303030;
|
color: #303030;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#deliver-at-text a {
|
#deliver-at-text a {
|
||||||
@ -905,6 +990,10 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@ -920,6 +1009,25 @@
|
|||||||
svg path {
|
svg path {
|
||||||
fill: #d8c8ac;
|
fill: #d8c8ac;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__sla {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__price {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.srp-delivery-select {
|
.srp-delivery-select {
|
||||||
@ -930,18 +1038,46 @@
|
|||||||
border: 1px solid $color-gray4;
|
border: 1px solid $color-gray4;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
.srp-delivery-current-many {
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
|
||||||
|
&__name {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__sla {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.srp-shipping-current-many {
|
.srp-shipping-current-many {
|
||||||
&__name {
|
&__name {
|
||||||
color: #303030;
|
color: #303030;
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__sla {
|
&__sla {
|
||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__price {
|
&__price {
|
||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__arrow svg {
|
&__arrow svg {
|
||||||
@ -1153,6 +1289,12 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
|
|
||||||
|
/*4K*/
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 33px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.info {
|
&.info {
|
||||||
@ -1163,6 +1305,10 @@
|
|||||||
&.monetary {
|
&.monetary {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-family: $font-family-secundary;
|
font-family: $font-family-secundary;
|
||||||
|
/*4K*/
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1176,6 +1322,12 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
|
|
||||||
|
/*4K*/
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 36px;
|
||||||
|
line-height: 49px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1187,6 +1339,10 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 352px;
|
width: 352px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
width: 688.35px;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(tablet, max) {
|
@include mq(tablet, max) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
@ -1196,7 +1352,6 @@
|
|||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
width: calc(100% - 32px);
|
width: calc(100% - 32px);
|
||||||
float: none;
|
float: none;
|
||||||
/*margin-bottom: 50px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mq(md, min) {
|
@include mq(md, min) {
|
||||||
@ -1220,6 +1375,11 @@
|
|||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: $color-black-500;
|
color: $color-black-500;
|
||||||
font-family: $font-family-secundary;
|
font-family: $font-family-secundary;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1257,6 +1417,12 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 38px;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -226,21 +226,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.slick-prev {
|
.slick-prev {
|
||||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-left-M3Academy.svg")
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-left-mini-M3Academy.svg")
|
||||||
no-repeat center center;
|
no-repeat center center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-left-M3Academy.svg")
|
||||||
|
no-repeat center center;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(md, max) {
|
@include mq(md, max) {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.slick-next {
|
.slick-next {
|
||||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-M3Academy.svg")
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-mini-M3Academy.svg")
|
||||||
no-repeat center center;
|
no-repeat center center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
|
||||||
|
@include mq(xxl, min) {
|
||||||
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-M3Academy.svg")
|
||||||
|
no-repeat center center;
|
||||||
|
}
|
||||||
|
|
||||||
@include mq(md, max) {
|
@include mq(md, max) {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user