forked from M3-Academy/m3-academy-template-checkout
feature/main #5
@ -6,6 +6,11 @@ h1#orderform-title {
|
||||
color: $color-black-500;
|
||||
margin: 17px 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 48px;
|
||||
line-height: 65px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
margin: 17px 16px;
|
||||
}
|
||||
@ -287,8 +292,8 @@ h1#orderform-title {
|
||||
.client-document,
|
||||
.client-phone {
|
||||
float: left !important;
|
||||
|
||||
width: 47.4%;
|
||||
|
||||
@include mq(tablet, max) {
|
||||
width: 49.4%;
|
||||
}
|
||||
@ -428,6 +433,11 @@ h1#orderform-title {
|
||||
margin-bottom: 14px;
|
||||
padding: 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 32px;
|
||||
line-height: 37px;
|
||||
}
|
||||
|
||||
i::before {
|
||||
display: none;
|
||||
/*fill: #303030;*/
|
||||
@ -456,6 +466,11 @@ h1#orderform-title {
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: $color-gray2;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
/* General configurations */
|
||||
@ -479,6 +494,11 @@ h1#orderform-title {
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
margin-bottom: 1px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -496,6 +516,11 @@ h1#orderform-title {
|
||||
box-sizing: border-box;
|
||||
padding: 13px 12px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: $color-gray10;
|
||||
}
|
||||
@ -503,6 +528,10 @@ h1#orderform-title {
|
||||
|
||||
.help.error {
|
||||
color: $color-red;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.box-client-info-pj {
|
||||
@ -526,6 +555,11 @@ h1#orderform-title {
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
line-height: 33px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -547,6 +581,12 @@ h1#orderform-title {
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
height: 61px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
@ -680,6 +720,11 @@ h1#orderform-title {
|
||||
&::before {
|
||||
content: "Identificação";
|
||||
font-size: 16px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 32px;
|
||||
line-height: 37px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -707,12 +752,22 @@ h1#orderform-title {
|
||||
color: unset;
|
||||
font-size: 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
width: 39.24px !important;
|
||||
height: 40.58px !important;
|
||||
}
|
||||
|
||||
i.icon-edit {
|
||||
margin-left: auto;
|
||||
background-size: contain;
|
||||
width: 21px !important;
|
||||
height: 21px !important;
|
||||
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;
|
||||
box-sizing: border-box;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
height: 234px;
|
||||
}
|
||||
|
||||
.form-step.box-info {
|
||||
position: relative;
|
||||
margin-top: 11px;
|
||||
@ -730,12 +789,34 @@ h1#orderform-title {
|
||||
.client-profile-email {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
line-height: 33px;
|
||||
top: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.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 {
|
||||
position: absolute;
|
||||
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;
|
||||
border: 1px solid $color-gray12;
|
||||
border-radius: 3px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -775,11 +861,21 @@ h1#orderform-title {
|
||||
color: unset;
|
||||
font-size: 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
width: 39.24px !important;
|
||||
height: 40.58px !important;
|
||||
}
|
||||
|
||||
i.icon-edit {
|
||||
background-size: contain;
|
||||
width: 21px !important;
|
||||
height: 21px !important;
|
||||
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;
|
||||
color: $color-black;
|
||||
margin-bottom: 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 32px;
|
||||
line-height: 37px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.accordion-body {
|
||||
@ -911,12 +1012,22 @@ h1#orderform-title {
|
||||
color: unset;
|
||||
font-size: 0;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
width: 39.24px !important;
|
||||
height: 40.58px !important;
|
||||
}
|
||||
|
||||
i.icon-edit {
|
||||
margin-left: auto;
|
||||
background-size: contain;
|
||||
width: 21px !important;
|
||||
height: 21px !important;
|
||||
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
|
||||
|
||||
@include mq(xxl, min) {
|
||||
width: 39.24px !important;
|
||||
height: 40.58px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -135,6 +135,7 @@
|
||||
.cart-fixed {
|
||||
font-family: $font-family;
|
||||
width: 100%;
|
||||
|
||||
h2 {
|
||||
background: $color-white;
|
||||
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-template-holder {
|
||||
@include mq(tablet, max) {
|
||||
@ -346,11 +356,14 @@
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
/*width: 250px;*/
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 490px) {
|
||||
margin-left: 75px !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color-black-500;
|
||||
font-style: normal;
|
||||
@ -365,7 +378,7 @@
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-left: 15px;
|
||||
/*margin-left: 15px; testar*/
|
||||
}
|
||||
}
|
||||
|
||||
@ -780,6 +793,12 @@
|
||||
font-style: normal;
|
||||
letter-spacing: 0.05em;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
height: 60.98px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($color-blue2, 5);
|
||||
}
|
||||
@ -1117,7 +1136,7 @@
|
||||
color: $color-black-500;
|
||||
text-decoration: none;
|
||||
|
||||
@include mq(xxl, max) {
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
@ -1193,6 +1212,13 @@
|
||||
max-width: 204.32px;
|
||||
padding: 0 12px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
height: 50px;
|
||||
font-size: 24px;
|
||||
width: 278px;
|
||||
max-width: 278px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
width: 86.2%;
|
||||
box-sizing: border-box;
|
||||
@ -1205,6 +1231,11 @@
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@include mq(sm, max) {
|
||||
@ -1231,11 +1262,15 @@
|
||||
width: 133px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include mq(tablet, max) {
|
||||
width: 13.4%;
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
height: 45px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
width: 13.4%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@ -1264,6 +1299,13 @@
|
||||
line-height: 14px;
|
||||
color: $color-black-500;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 24px;
|
||||
|
||||
top: 70px;
|
||||
right: 180px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
font-size: 0;
|
||||
}
|
||||
@ -1428,3 +1470,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.checkout-container.row-fluid.cart-active {
|
||||
@include mq(md, max) {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
@ -83,6 +83,11 @@ body {
|
||||
margin: 40px 0 30px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
font-size: 48px;
|
||||
line-height: 65px;
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
@ -20,6 +20,10 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
@include mq(xxl, min) {
|
||||
margin: 16px 62px 16px 63px;
|
||||
}
|
||||
|
||||
@include mq(tablet, max) {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
|
@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
@include mq(cstm, max) {
|
||||
margin-right: 50px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -43,6 +43,7 @@
|
||||
}
|
||||
|
||||
&__safeBuy {
|
||||
justify-content: end;
|
||||
display: flex;
|
||||
width: 15.2829%;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user