forked from M3-Academy/m3-academy-template-checkout
Feature/CarrinhoComItens_DadosPessoais #3
@ -99,6 +99,7 @@
|
||||
height: 52px;
|
||||
background-color: red;
|
||||
border-radius: 0px 8px 8px 0px;
|
||||
position: static;
|
||||
}
|
||||
|
||||
span.help.error {
|
||||
@ -146,36 +147,96 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.newsletter{
|
||||
margin-bottom: 44px;
|
||||
}
|
||||
#go-to-shipping{
|
||||
width: 100%;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
p.input.ship-country.text{
|
||||
display: none;
|
||||
|
||||
}
|
||||
.vtex-omnishipping-1-x-addressFormPart1 small{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.shipping-data,
|
||||
.payment-data,
|
||||
.client-profile-data {
|
||||
.accordion-group {
|
||||
border-radius: 0;
|
||||
border: 1px solid $color-gray4;
|
||||
border: 1px solid red;
|
||||
border-radius: 8px;
|
||||
font-family: $font-family;
|
||||
padding: 16px;
|
||||
padding: 17px 17px 29px 17px;
|
||||
|
||||
.accordion-toggle{
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
// .accordion-toggle-active{
|
||||
// font-size: 0;
|
||||
// line-height: 0;
|
||||
// margin-bottom: 36px !important;
|
||||
// &::after{
|
||||
// content: "Identificação";
|
||||
// font-weight: 400;
|
||||
// font-size: 16px;
|
||||
// line-height: 19px;
|
||||
// color: red;
|
||||
// }
|
||||
// }
|
||||
p.link.link-gift-card{
|
||||
display: none !important;
|
||||
}
|
||||
.row-fluid:before{
|
||||
content: "Solicitamos apenas informações necessárias para realização da sua compra, sem compromenter seu dados";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
|
||||
.accordion-heading {
|
||||
span {
|
||||
color: #303030;
|
||||
margin-bottom: 8px;
|
||||
color: red;
|
||||
margin-bottom: 15px;
|
||||
padding: 0;
|
||||
|
||||
i::before {
|
||||
fill: #303030;
|
||||
i {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
&.icon-edit{
|
||||
|
||||
&::before{
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-image:url(https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png) ;
|
||||
background-repeat: no-repeat;
|
||||
margin-top: 7px;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
align-items: center;
|
||||
background-color: #303030;
|
||||
background-color: $color-white;
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 6px 5px 6px 8px;
|
||||
padding: 0;
|
||||
display: block !important;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@ -183,22 +244,31 @@
|
||||
padding: 0;
|
||||
|
||||
/* General configurations */
|
||||
.box-client-info-pj{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.client-notice {
|
||||
color: $color-black;
|
||||
display: none;
|
||||
}
|
||||
|
||||
p {
|
||||
label {
|
||||
color: $color-black;
|
||||
color: red;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
select,
|
||||
input {
|
||||
border-radius: 0;
|
||||
border: 1px solid $color-gray4;
|
||||
border-radius: 5px;
|
||||
border: 1px solid red;
|
||||
box-shadow: none;
|
||||
padding: 10px 6px;
|
||||
}
|
||||
#ship-postalCode{
|
||||
width: 100%;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
.help.error {
|
||||
@ -222,10 +292,17 @@
|
||||
button.submit {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background: $color-black;
|
||||
background: red;
|
||||
margin-top: 8px;
|
||||
outline: none;
|
||||
transition: all 0.2s linear;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: pink;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background: lighten($color-black, 5);
|
||||
@ -246,14 +323,16 @@
|
||||
|
||||
.vtex-omnishipping-1-x-deliveryGroup {
|
||||
p {
|
||||
color: #303030;
|
||||
color: red;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.shp-lean {
|
||||
border: 1px solid $color-gray4;
|
||||
border-radius: 0;
|
||||
border: 1px solid red;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
label {
|
||||
background-color: $color-white;
|
||||
@ -269,30 +348,45 @@
|
||||
}
|
||||
|
||||
.delivery-address-title {
|
||||
color: #303030;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: red;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
letter-spacing: 0.05em;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.shp-summary-group-info {
|
||||
border-color: $color-gray4;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.address-summary {
|
||||
background: none;
|
||||
border-color: $color-gray4;
|
||||
border-radius: 0;
|
||||
border-color: red;
|
||||
border-radius: 8px;
|
||||
color: #303030;
|
||||
padding: 12px;
|
||||
padding-top: 2px;
|
||||
&::before{
|
||||
content: "";
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 24px;
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
background-position: 8px 9px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #303030;
|
||||
font-weight: 500;
|
||||
text-decoration: underline;
|
||||
color: red;
|
||||
float: right;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -303,24 +397,62 @@
|
||||
|
||||
.shp-summary-group-price {
|
||||
padding-right: 16px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.shp-summary-package {
|
||||
padding-left: 16px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.vtex-omnishipping-1-x-summaryChange {
|
||||
border-color: #303030;
|
||||
color: #303030;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vtex-omnishipping-1-x-deliveryChannelsToggle {
|
||||
background-color: #d8c8ac;
|
||||
border: 1px solid #d8c8ac;
|
||||
background-color: red;
|
||||
border: 1px solid pink;
|
||||
}
|
||||
|
||||
.vtex-omnishipping-1-x-deliveryOptionActive {
|
||||
text-shadow: 1.3px 1px lighten($color-black, 50);
|
||||
color: blue;
|
||||
}
|
||||
.vtex-omnishipping-1-x-deliveryOptionInactive{
|
||||
color: blue;
|
||||
}
|
||||
p.input.ship-number.required.text{
|
||||
width: 100%;
|
||||
}
|
||||
input#ship-number.input-mini,
|
||||
input#ship-complement.input-large,
|
||||
input#ship-receiverName.input-xlarge {
|
||||
width: 95%;
|
||||
}
|
||||
// input#ship-receiverName.input-xlarge{
|
||||
// value = ""
|
||||
// }
|
||||
.steps-view{
|
||||
width: 57%;
|
||||
margin-top: 35px;
|
||||
|
||||
}
|
||||
span.payment-group-item-text{
|
||||
background-image: none !important;
|
||||
}
|
||||
.payment-group-item{
|
||||
border-right: 1px solid red ;
|
||||
border: 1px solid red;
|
||||
border-radius: 6px;
|
||||
display: none;
|
||||
opacity: 0.3;
|
||||
margin-bottom: 12px;
|
||||
padding: 3px 18px 3px 8px;
|
||||
}
|
||||
.payment-group-item.active{
|
||||
margin-left: 5px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.PaymentCardNumber input {
|
||||
width: 64%;
|
||||
height: 25px;
|
||||
}
|
||||
input#creditCardpayment-card-0Number.input.medium{
|
||||
width: 64%;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.cart-template {
|
||||
font-family: $font-family;
|
||||
@ -30,13 +38,18 @@
|
||||
}
|
||||
.cart-fixed {
|
||||
font-family: $font-family;
|
||||
width: 100%;
|
||||
width: 99.5%;
|
||||
border: 1px solid red;
|
||||
height: 397px !important;
|
||||
border-radius: 8px;
|
||||
h2 {
|
||||
background: $color-white;
|
||||
border: none;
|
||||
color: #303030;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
text-align: start;
|
||||
padding: 24px 0 0 17px;
|
||||
}
|
||||
|
||||
.item-unavailable {
|
||||
@ -48,7 +61,7 @@
|
||||
}
|
||||
|
||||
.cart {
|
||||
border: 1px solid $color-gray4;
|
||||
border: none;
|
||||
|
||||
ul li {
|
||||
border-top: none;
|
||||
@ -76,6 +89,11 @@
|
||||
#go-to-cart-button a {
|
||||
color: #303030;
|
||||
text-decoration: underline;
|
||||
margin-right: 17px;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.summary-totalizers {
|
||||
@ -85,12 +103,13 @@
|
||||
}
|
||||
|
||||
#payment-data-submit {
|
||||
background: $color-black;
|
||||
background: red;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: 8px;
|
||||
color: $color-white;
|
||||
outline: none;
|
||||
transition: all 0.2s linear;
|
||||
border-top: 15px;
|
||||
&:hover {
|
||||
background: lighten($color-black, 5);
|
||||
}
|
||||
@ -169,9 +188,23 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.badge{
|
||||
display: none;
|
||||
}
|
||||
#hproduct-item-2616{
|
||||
width: 60px;
|
||||
}
|
||||
.price{
|
||||
padding-top: 15px;
|
||||
}
|
||||
.product-name {
|
||||
padding-right: 0;
|
||||
width: 39%;
|
||||
white-space: normal;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
padding-top: 30px;
|
||||
|
||||
@include mq(lg, max) {
|
||||
width: 250px;
|
||||
@ -796,15 +829,51 @@
|
||||
td.info,
|
||||
td.monetary {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
line-height: 21px;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: $color-black;
|
||||
padding-top: 30px;
|
||||
float: none;
|
||||
}
|
||||
td.info{
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
padding-left: 17px;
|
||||
}
|
||||
td.monetary{
|
||||
padding-right: 17px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.Items{
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
.info{
|
||||
padding: 26px 0 !important;
|
||||
padding-left: 17px !important;
|
||||
float: none;
|
||||
}
|
||||
.monetary{
|
||||
padding-right: 17px !important;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
.Discounts{
|
||||
border-bottom: 1px solid;
|
||||
.info{
|
||||
padding: 26px 0 !important;
|
||||
padding-left: 17px !important;
|
||||
float: none;
|
||||
}
|
||||
.monetary{
|
||||
padding-right: 17px !important;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
.coupon-data{
|
||||
display: block !important;
|
||||
}
|
||||
|
@ -4,8 +4,12 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
margin-left: unset;
|
||||
margin-right: 0;
|
||||
float: right;
|
||||
.payment-submit-wrap{
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
.orderform-template-holder {
|
||||
width: 66.1132%;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -39,6 +39,42 @@ body {
|
||||
min-height: 100% !important;
|
||||
padding-top: 0 !important;
|
||||
|
||||
.PaymentCardNumber input {
|
||||
width: 64%;
|
||||
height: 25px;
|
||||
}
|
||||
p.PaymentCardHolderDocument.input.text.required.mask{
|
||||
display: none;
|
||||
}
|
||||
.PaymentInstallments select{
|
||||
width: 68%;
|
||||
}
|
||||
input#creditCardpayment-card-0Name.input-medium{
|
||||
width: 34%;
|
||||
height: 25px;
|
||||
}
|
||||
.input#creditCardpayment-card-0Code.input-mini{
|
||||
width: 16%;
|
||||
height: 25px;
|
||||
}
|
||||
// a#payment-group-SPEIPaymentGroup.payment-group-item,
|
||||
// a#payment-group-MercadoPagoPaymentGroup.payment-group-item,
|
||||
// a#payment-group-PSEPaymentGroup.payment-group-item,
|
||||
// a#payment-group-promissoryPaymentGroup.payment-group-item,
|
||||
// a#payment-group-creditDirectSalePaymentGroup.payment-group-item,
|
||||
// a#payment-group-creditControlPaymentGroup.payment-group-item {
|
||||
// display: none;
|
||||
// }
|
||||
a#payment-group-creditCardPaymentGroup.payment-group-item,
|
||||
a#payment-group-bankInvoicePaymentGroup.payment-group-item {
|
||||
display: block;
|
||||
|
||||
}
|
||||
.payment-group-list-btn{
|
||||
width: 105%;
|
||||
}
|
||||
|
||||
|
||||
@include mq(md, max) {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
text-transform: capitalize;
|
||||
width: 33%;
|
||||
width: 33.33%;
|
||||
|
||||
&::after{
|
||||
content: ".";
|
||||
@ -36,7 +36,7 @@
|
||||
justify-self: center;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
width: 33%;
|
||||
width: 33.33%;
|
||||
justify-content: center;
|
||||
|
||||
@include mq(md, max) {
|
||||
@ -45,10 +45,10 @@
|
||||
}
|
||||
|
||||
.footer-imgs-cards {
|
||||
width: 10.01%;
|
||||
margin-right: 12px;
|
||||
width: 10.8%;
|
||||
margin-right: 2.8%;
|
||||
&-final{
|
||||
width: 10.01%;
|
||||
width: 10.8%;
|
||||
margin-right: 0px
|
||||
}
|
||||
}
|
||||
@ -69,23 +69,27 @@
|
||||
align-items: center;
|
||||
display: flex;
|
||||
list-style-type: none;
|
||||
margin: 0 0 0 158px;
|
||||
width: 21%;
|
||||
margin: 0 0 0 0px;
|
||||
width: 33.33%;
|
||||
justify-content: flex-end;
|
||||
|
||||
.Link1{
|
||||
justify-content: end;
|
||||
|
||||
&__footer-imgs-logoVtex{
|
||||
width: 35%;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
.footer-imgs-logoM3{
|
||||
width: 27.5%;
|
||||
}
|
||||
|
||||
li:first-child {
|
||||
width: 26.61%;
|
||||
}
|
||||
li:last-child {
|
||||
margin-left: 16px;
|
||||
margin-left: 2.5%;
|
||||
width: 25.58%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -6,14 +6,18 @@ $font-family-secundary:"Tenor Sans", sans-serif;
|
||||
|
||||
/* Colors */
|
||||
$color-black: #292929;
|
||||
$color-black: #000000;
|
||||
;
|
||||
|
||||
$color-white: #fff;
|
||||
|
||||
|
||||
$color-gray: #6c6c6c;
|
||||
$color-gray2: #7d7d7d;
|
||||
$color-gray3: #f0f0f0;
|
||||
$color-gray4: #8d8d8d;
|
||||
$color-gray5: #e5e5e5;
|
||||
$color-gray6: #58595B;
|
||||
|
||||
$color-blue: #4267b2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user