forked from M3-Academy/m3-academy-template-checkout
Entrega do Desafio #10
@ -482,7 +482,6 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
background-color: $color-white;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
@ -506,15 +505,14 @@
|
|||||||
|
|
||||||
.address-summary {
|
.address-summary {
|
||||||
background: none;
|
background: none;
|
||||||
border-color: $color-gray4;
|
border-color: $color-gray10;
|
||||||
border-radius: 0;
|
border-radius: 8px;
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
padding: 12px;
|
|
||||||
@media (min-width: $checkout2500px) {
|
@media (min-width: $checkout2500px) {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
@ -550,10 +548,6 @@
|
|||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shp-summary-package {
|
|
||||||
padding-left: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vtex-omnishipping-1-x-summaryChange {
|
.vtex-omnishipping-1-x-summaryChange {
|
||||||
border-color: #303030;
|
border-color: #303030;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
@ -575,7 +569,6 @@
|
|||||||
.accordion-group {
|
.accordion-group {
|
||||||
.accordion-inner {
|
.accordion-inner {
|
||||||
.address-summary {
|
.address-summary {
|
||||||
border: 1px solid $color-gray10;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1069,7 +1062,7 @@ td.info {
|
|||||||
width: 98.2%;
|
width: 98.2%;
|
||||||
@media (max-width: $checkout1024px) {
|
@media (max-width: $checkout1024px) {
|
||||||
width: 96.5% !important;
|
width: 96.5% !important;
|
||||||
margin-top: 17px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1082,7 +1075,7 @@ td.monetary {
|
|||||||
height: auto;
|
height: auto;
|
||||||
height: 397px !important;
|
height: 397px !important;
|
||||||
@media (max-width: $checkout1024px) {
|
@media (max-width: $checkout1024px) {
|
||||||
height: 390px !important;
|
height: 395.02px !important;
|
||||||
}
|
}
|
||||||
@media (min-width: $checkout2500px) {
|
@media (min-width: $checkout2500px) {
|
||||||
height: 397px !important;
|
height: 397px !important;
|
||||||
@ -1107,7 +1100,7 @@ li.hproduct.item.muted {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-block + .btn-block {
|
.btn-block + .btn-block {
|
||||||
margin-top: 66px;
|
margin-top: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.payment-confirmation-wrap {
|
.payment-confirmation-wrap {
|
||||||
@ -1259,10 +1252,6 @@ label.vtex-omnishipping-1-x-leanShippingOptionActive {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
label#FASTEST {
|
|
||||||
background: $color-gray11 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.street,
|
span.street,
|
||||||
span.neighborhood,
|
span.neighborhood,
|
||||||
span.city,
|
span.city,
|
||||||
@ -1288,6 +1277,10 @@ a#force-shipping-fields {
|
|||||||
color: $color-blue2;
|
color: $color-blue2;
|
||||||
text-transform: lowercase !important;
|
text-transform: lowercase !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@media (min-width: $checkout2500px) {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 33px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p.input.ship-complement.text {
|
p.input.ship-complement.text {
|
||||||
@ -1414,11 +1407,6 @@ fieldset.payment-group {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps-view {
|
|
||||||
height: auto;
|
|
||||||
min-height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input#creditCardpayment-card-0Code {
|
input#creditCardpayment-card-0Code {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
@ -1437,12 +1425,9 @@ p.PaymentCardHolderDocument.input.text.required.mask {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 10px;
|
|
||||||
bottom: 35px;
|
|
||||||
|
|
||||||
@media (max-width: $checkout1024px) {
|
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
bottom: 35px;
|
||||||
|
width: 100%;
|
||||||
a {
|
a {
|
||||||
background: $color-gray3;
|
background: $color-gray3;
|
||||||
mix-blend-mode: normal;
|
mix-blend-mode: normal;
|
||||||
@ -1452,6 +1437,10 @@ p.PaymentCardHolderDocument.input.text.required.mask {
|
|||||||
color: #58595b;
|
color: #58595b;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 25.62px;
|
||||||
@media (min-width: $checkout2500px) {
|
@media (min-width: $checkout2500px) {
|
||||||
padding: 13px 94px;
|
padding: 13px 94px;
|
||||||
width: 216.1px;
|
width: 216.1px;
|
||||||
@ -1491,16 +1480,39 @@ p.PaymentCardHolderDocument.input.text.required.mask {
|
|||||||
|
|
||||||
.steps-view {
|
.steps-view {
|
||||||
width: 55.9%;
|
width: 55.9%;
|
||||||
|
max-height: 292px;
|
||||||
|
padding: 13.5px;
|
||||||
@media (min-width: $checkout2500px) {
|
@media (min-width: $checkout2500px) {
|
||||||
width: 57.6%;
|
width: 59.105%;
|
||||||
|
min-height: 594.59px;
|
||||||
}
|
}
|
||||||
@media (max-width: $checkout1024px) {
|
@media (max-width: $checkout1024px) {
|
||||||
width: 96.5%;
|
width: 96.5%;
|
||||||
|
height: auto;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-gift-card {
|
||||||
|
@media (max-width: $checkout1024px) {
|
||||||
|
left: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
position: relative;
|
||||||
|
top: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cart-template .cart-fixed.affix{
|
||||||
|
position: static !important;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.payment-group-item {
|
.payment-group-item {
|
||||||
width: 95.91%;
|
width: 80.05%;
|
||||||
|
@media (max-width: $checkout1024px) {
|
||||||
|
margin-left: 0;
|
||||||
|
width: 95.15%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cart-items.unstyled.clearfix {
|
ul.cart-items.unstyled.clearfix {
|
||||||
@ -1513,6 +1525,8 @@ li.hproduct.item.muted {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#payment-group-MercadoPagoPaymentGroup .payment-group-item-text,
|
||||||
|
#payment-group-instantPaymentPaymentGroup[data-name="Pix"] .payment-group-item-text,
|
||||||
#payment-group-bankInvoicePaymentGroup .payment-group-item-text,
|
#payment-group-bankInvoicePaymentGroup .payment-group-item-text,
|
||||||
#payment-group-creditCardPaymentGroup .payment-group-item-text {
|
#payment-group-creditCardPaymentGroup .payment-group-item-text {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@ -1644,6 +1658,28 @@ a#open-shipping {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vtex-omnishipping-1-x-SummaryItemContent {
|
||||||
|
display: flex;
|
||||||
|
align-items: end !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
|
||||||
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png") no-repeat center center !important;
|
||||||
|
background-position: 12px 18px !important;
|
||||||
|
background-size: 21.25px 20.07px !important;
|
||||||
|
padding-left: 44px;
|
||||||
|
padding-right: 15px !important;
|
||||||
|
@media (min-width: $checkout2500px) {
|
||||||
|
background-size: 41.12px 38.84px !important;
|
||||||
|
background-position: 28.66px 22.98px !important;
|
||||||
|
padding-left: 81px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vtex-omnishipping-1-x-leanShippingOptionActive {
|
||||||
|
background: $color-gray11 !important;
|
||||||
|
}
|
||||||
|
|
||||||
// ícones ou imagens
|
// ícones ou imagens
|
||||||
|
|
||||||
.client-pre-email .emailInfo .icon-lock {
|
.client-pre-email .emailInfo .icon-lock {
|
||||||
|
Loading…
Reference in New Issue
Block a user