develop #6

Merged
cainamilech merged 5 commits from develop into main 2022-12-22 02:55:46 +00:00
3 changed files with 180 additions and 3 deletions
Showing only changes of commit 0b54e92bb4 - Show all commits

View File

@ -10,6 +10,7 @@ export default class Footer {
await this.carrinho();
this.renderPrateleira();
this.onUpdate();
this.addCarrossel();
}
async selectors() {

View File

@ -211,6 +211,10 @@
}
.cart {
@include mq(xxl, min) {
padding: 16px 56px 16px 31px;
}
@include mq(tablet, max) {
padding: 16px;
margin: 16px 0;
@ -221,6 +225,20 @@
}
.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) {
margin: 0 16px;
width: auto;
@ -322,6 +340,11 @@
.product-name {
padding: 0 0 0 16px;
@include mq(xxl, min) {
box-sizing: border-box;
width: 632px;
}
@include mq(md, max) {
/*width: 250px;*/
position: absolute;
@ -726,6 +749,10 @@
.srp-data {
width: 280px;
@include mq(xxl, min) {
width: 543.67px;
}
@include mq(tablet, max) {
width: 343px;
}
@ -778,6 +805,10 @@
text-transform: uppercase;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
left: 1px;
@include mq(xxl, min) {
height: 57px;
}
}
&__current {
@ -791,6 +822,18 @@
&__pickup {
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 {
@ -803,7 +846,15 @@
}
.srp-postal-code {
&__form {
@include mq(xxl, min) {
width: 333.96px;
}
}
.ship-postalCode {
@include mq(xxl, min) {
width: 300px;
}
label {
font-family: $font-family;
font-style: normal;
@ -812,6 +863,11 @@
line-height: 16px;
color: $color-black-500;
margin-bottom: 2px;
@include mq(xxl, min) {
font-size: 24px;
line-height: 33px;
}
}
input {
@ -823,6 +879,12 @@
padding: 12px 8px;
width: 172px;
@include mq(xxl, min) {
width: 333.96px;
height: 55px;
font-size: 24px;
}
@include mq(tablet, max) {
width: 215px;
}
@ -856,6 +918,15 @@
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) {
width: 120px;
right: -213px;
@ -875,6 +946,12 @@
text-decoration-line: underline;
color: $color-black-500;
margin-top: 4px;
@include mq(xxl, min) {
font-size: 20px;
line-height: 23px;
margin-top: 5px;
}
}
}
@ -884,6 +961,10 @@
position: absolute;
left: 0;
width: 100%;
@include mq(xxl, min) {
font-size: 20px;
}
}
}
}
@ -898,6 +979,10 @@
color: #303030;
font-weight: 400;
font-size: 14px;
@include mq(xxl, min) {
font-size: 28px;
}
}
#deliver-at-text a {
@ -905,6 +990,10 @@
font-size: 16px;
font-weight: 500;
@include mq(xxl, min) {
font-size: 32px;
}
&:hover {
text-decoration: underline;
}
@ -920,6 +1009,25 @@
svg path {
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 {
@ -930,18 +1038,46 @@
border: 1px solid $color-gray4;
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 {
&__name {
color: #303030;
@include mq(xxl, min) {
font-size: 28px;
}
}
&__sla {
color: #7d7d7d;
@include mq(xxl, min) {
font-size: 28px;
}
}
&__price {
color: #7d7d7d;
font-weight: 500;
@include mq(xxl, min) {
font-size: 28px;
}
}
&__arrow svg {
@ -1153,6 +1289,12 @@
line-height: 16px;
color: $color-black;
padding: 12px 0;
/*4K*/
@include mq(xxl, min) {
font-size: 28px;
line-height: 33px;
}
}
&.info {
@ -1163,6 +1305,10 @@
&.monetary {
text-align: right;
font-family: $font-family-secundary;
/*4K*/
@include mq(xxl, min) {
width: 200px;
}
}
}
}
@ -1176,6 +1322,12 @@
font-size: 18px;
line-height: 25px;
color: $color-black;
/*4K*/
@include mq(xxl, min) {
font-size: 36px;
line-height: 49px;
}
}
}
}
@ -1187,6 +1339,10 @@
flex-direction: column;
width: 352px;
@include mq(xxl, min) {
width: 688.35px;
}
@include mq(tablet, max) {
width: 100%;
padding-bottom: 0 !important;
@ -1196,7 +1352,6 @@
padding: 0 16px;
width: calc(100% - 32px);
float: none;
/*margin-bottom: 50px;*/
}
@include mq(md, min) {
@ -1220,6 +1375,11 @@
line-height: 14px;
color: $color-black-500;
font-family: $font-family-secundary;
@include mq(xxl, min) {
font-size: 24px;
line-height: 28px;
}
}
}
@ -1257,6 +1417,12 @@
text-transform: uppercase;
vertical-align: middle;
text-shadow: none;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
letter-spacing: 0.05em;
}
}
}
}

View File

@ -226,21 +226,31 @@
}
}
.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;
background-size: contain;
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) {
left: 0px;
}
}
.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;
background-size: contain;
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) {
right: 0;
}