develop #6

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

View File

@ -6,6 +6,11 @@ h1#orderform-title {
color: $color-black-500; color: $color-black-500;
margin: 17px 0; margin: 17px 0;
@include mq(xxl, min) {
font-size: 48px;
line-height: 65px;
}
@include mq(tablet, max) { @include mq(tablet, max) {
margin: 17px 16px; margin: 17px 16px;
} }
@ -287,8 +292,8 @@ h1#orderform-title {
.client-document, .client-document,
.client-phone { .client-phone {
float: left !important; float: left !important;
width: 47.4%; width: 47.4%;
@include mq(tablet, max) { @include mq(tablet, max) {
width: 49.4%; width: 49.4%;
} }
@ -428,6 +433,11 @@ h1#orderform-title {
margin-bottom: 14px; margin-bottom: 14px;
padding: 0; padding: 0;
@include mq(xxl, min) {
font-size: 32px;
line-height: 37px;
}
i::before { i::before {
display: none; display: none;
/*fill: #303030;*/ /*fill: #303030;*/
@ -456,6 +466,11 @@ h1#orderform-title {
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
color: $color-gray2; color: $color-gray2;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
}
} }
/* General configurations */ /* General configurations */
@ -479,6 +494,11 @@ h1#orderform-title {
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
margin-bottom: 1px; margin-bottom: 1px;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
}
} }
} }
@ -496,6 +516,11 @@ h1#orderform-title {
box-sizing: border-box; box-sizing: border-box;
padding: 13px 12px; padding: 13px 12px;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
}
&::placeholder { &::placeholder {
color: $color-gray10; color: $color-gray10;
} }
@ -503,6 +528,10 @@ h1#orderform-title {
.help.error { .help.error {
color: $color-red; color: $color-red;
@include mq(xxl, min) {
font-size: 24px;
}
} }
.box-client-info-pj { .box-client-info-pj {
@ -526,6 +555,11 @@ h1#orderform-title {
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
@include mq(xxl, min) {
font-size: 24px;
line-height: 33px;
}
} }
} }
@ -547,6 +581,12 @@ h1#orderform-title {
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
height: 61px;
}
@include mq(tablet, max) { @include mq(tablet, max) {
margin-bottom: 13px; margin-bottom: 13px;
} }
@ -680,6 +720,11 @@ h1#orderform-title {
&::before { &::before {
content: "Identificação"; content: "Identificação";
font-size: 16px; font-size: 16px;
@include mq(xxl, min) {
font-size: 32px;
line-height: 37px;
}
} }
} }
@ -707,12 +752,22 @@ h1#orderform-title {
color: unset; color: unset;
font-size: 0; font-size: 0;
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
i.icon-edit { i.icon-edit {
margin-left: auto; margin-left: auto;
background-size: contain; background-size: contain;
width: 21px !important; width: 21px !important;
height: 21px !important; height: 21px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png"); background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
} }
} }
} }
@ -723,6 +778,10 @@ h1#orderform-title {
height: 164px; height: 164px;
box-sizing: border-box; box-sizing: border-box;
@include mq(xxl, min) {
height: 234px;
}
.form-step.box-info { .form-step.box-info {
position: relative; position: relative;
margin-top: 11px; margin-top: 11px;
@ -730,12 +789,34 @@ h1#orderform-title {
.client-profile-email { .client-profile-email {
position: absolute; position: absolute;
top: 20px; top: 20px;
@include mq(xxl, min) {
font-size: 24px;
line-height: 33px;
top: 35px;
}
} }
.client-profile-summary { .client-profile-summary {
@include mq(xxl, min) {
margin-bottom: 10px;
}
.name {
@include mq(xxl, min) {
font-size: 24px;
line-height: 33px;
margin-bottom: 10px;
}
}
.tel { .tel {
position: absolute; position: absolute;
top: 40px; top: 40px;
@include mq(xxl, min) {
font-size: 24px;
line-height: 33px;
top: 70px;
}
} }
} }
} }
@ -755,6 +836,11 @@ h1#orderform-title {
margin: 2px 8px 2px 0px; margin: 2px 8px 2px 0px;
border: 1px solid $color-gray12; border: 1px solid $color-gray12;
border-radius: 3px; border-radius: 3px;
@include mq(xxl, min) {
height: 34px;
width: 34px;
}
} }
} }
} }
@ -775,11 +861,21 @@ h1#orderform-title {
color: unset; color: unset;
font-size: 0; font-size: 0;
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
i.icon-edit { i.icon-edit {
background-size: contain; background-size: contain;
width: 21px !important; width: 21px !important;
height: 21px !important; height: 21px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png"); background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
} }
} }
} }
@ -797,6 +893,11 @@ h1#orderform-title {
letter-spacing: -0.01em; letter-spacing: -0.01em;
color: $color-black; color: $color-black;
margin-bottom: 0; margin-bottom: 0;
@include mq(xxl, min) {
font-size: 32px;
line-height: 37px;
}
} }
} }
.accordion-body { .accordion-body {
@ -911,12 +1012,22 @@ h1#orderform-title {
color: unset; color: unset;
font-size: 0; font-size: 0;
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
i.icon-edit { i.icon-edit {
margin-left: auto; margin-left: auto;
background-size: contain; background-size: contain;
width: 21px !important; width: 21px !important;
height: 21px !important; height: 21px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png"); background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@include mq(xxl, min) {
width: 39.24px !important;
height: 40.58px !important;
}
} }
} }

View File

@ -135,6 +135,7 @@
.cart-fixed { .cart-fixed {
font-family: $font-family; font-family: $font-family;
width: 100%; width: 100%;
h2 { h2 {
background: $color-white; background: $color-white;
border: none; border: none;
@ -205,6 +206,15 @@
} }
} }
/*VALOR TOTAL CARRINHO FIXO 4K*/
@include mq(xxl, min) {
.cart-fixed.affix-top.cart-fixed-transition {
.span5.totalizers.summary-totalizers.cart-totalizers.pull-right {
width: 100%;
}
}
}
//CART TABLET MOBILE //CART TABLET MOBILE
.cart-template-holder { .cart-template-holder {
@include mq(tablet, max) { @include mq(tablet, max) {
@ -346,11 +356,14 @@
} }
@include mq(md, max) { @include mq(md, max) {
/*width: 250px;*/
position: absolute; position: absolute;
top: 0; top: 0;
} }
@media only screen and (max-width: 490px) {
margin-left: 75px !important;
}
a { a {
color: $color-black-500; color: $color-black-500;
font-style: normal; font-style: normal;
@ -365,7 +378,7 @@
} }
@include mq(md, max) { @include mq(md, max) {
margin-left: 15px; /*margin-left: 15px; testar*/
} }
} }
@ -780,6 +793,12 @@
font-style: normal; font-style: normal;
letter-spacing: 0.05em; letter-spacing: 0.05em;
@include mq(xxl, min) {
font-size: 28px;
line-height: 38px;
height: 60.98px;
}
&:hover { &:hover {
background-color: lighten($color-blue2, 5); background-color: lighten($color-blue2, 5);
} }
@ -1117,7 +1136,7 @@
color: $color-black-500; color: $color-black-500;
text-decoration: none; text-decoration: none;
@include mq(xxl, max) { @include mq(xxl, min) {
font-size: 24px; font-size: 24px;
line-height: 28px; line-height: 28px;
} }
@ -1193,6 +1212,13 @@
max-width: 204.32px; max-width: 204.32px;
padding: 0 12px; padding: 0 12px;
@include mq(xxl, min) {
height: 50px;
font-size: 24px;
width: 278px;
max-width: 278px;
}
@include mq(tablet, max) { @include mq(tablet, max) {
width: 86.2%; width: 86.2%;
box-sizing: border-box; box-sizing: border-box;
@ -1205,6 +1231,11 @@
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;
@include mq(xxl, min) {
font-size: 24px;
line-height: 28px;
}
} }
@include mq(sm, max) { @include mq(sm, max) {
@ -1231,11 +1262,15 @@
width: 133px; width: 133px;
text-transform: uppercase; text-transform: uppercase;
@include mq(tablet, max) { @include mq(xxl, min) {
width: 13.4%; font-size: 24px;
line-height: 28px;
height: 45px;
width: 200px;
} }
@include mq(tablet, max) { @include mq(tablet, max) {
width: 13.4%;
margin-left: 0; margin-left: 0;
} }
@ -1264,6 +1299,13 @@
line-height: 14px; line-height: 14px;
color: $color-black-500; color: $color-black-500;
@include mq(xxl, min) {
font-size: 24px;
top: 70px;
right: 180px;
}
@include mq(tablet, max) { @include mq(tablet, max) {
font-size: 0; font-size: 0;
} }
@ -1428,3 +1470,9 @@
} }
} }
} }
.checkout-container.row-fluid.cart-active {
@include mq(md, max) {
overflow: hidden;
}
}

View File

@ -83,6 +83,11 @@ body {
margin: 40px 0 30px; margin: 40px 0 30px;
text-transform: uppercase; text-transform: uppercase;
@include mq(xxl, min) {
font-size: 48px;
line-height: 65px;
}
@include mq(md, max) { @include mq(md, max) {
margin-left: 30px; margin-left: 30px;
} }

View File

@ -20,6 +20,10 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
@include mq(xxl, min) {
margin: 16px 62px 16px 63px;
}
@include mq(tablet, max) { @include mq(tablet, max) {
align-items: flex-start; align-items: flex-start;
flex-direction: column; flex-direction: column;

View File

@ -34,7 +34,7 @@
} }
@include mq(cstm, max) { @include mq(cstm, max) {
margin-right: 50px; margin-right: 40px;
} }
img { img {
@ -43,6 +43,7 @@
} }
&__safeBuy { &__safeBuy {
justify-content: end;
display: flex; display: flex;
width: 15.2829%; width: 15.2829%;