forked from M3-Academy/m3-academy-template-checkout
fix: Corrigindo formas de pagamentos disponiveis
This commit is contained in:
parent
c31d208ddc
commit
90130e3ac3
@ -661,23 +661,10 @@
|
|||||||
.payment-group-list-btn {
|
.payment-group-list-btn {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
.pg-deposito,
|
|
||||||
.pg-transferencia-bancaria,
|
|
||||||
#payment-group-creditDirectSalePaymentGroup,
|
|
||||||
#payment-group-promissoryPaymentGroup,
|
|
||||||
#payment-group-custom203PaymentGroupPaymentGroup,
|
|
||||||
#payment-group-instantPaymentPaymentGroup,
|
|
||||||
#payment-group-PSEPaymentGroup,
|
|
||||||
.pg-promisory---monica,
|
|
||||||
.pg-desconto-em-folha,
|
|
||||||
#payment-group-SPEIPaymentGroup,
|
|
||||||
#payment-group-MercadoPagoPaymentGroup {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#payment-group-creditControlPaymentGroup {
|
#payment-group-creditControlPaymentGroup {
|
||||||
margin-bottom: 12px;
|
|
||||||
span {
|
span {
|
||||||
|
font-size: 0;
|
||||||
&::before {
|
&::before {
|
||||||
content: "Cartão de Débito";
|
content: "Cartão de Débito";
|
||||||
}
|
}
|
||||||
@ -685,8 +672,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#payment-group-creditCardPaymentGroup {
|
#payment-group-creditCardPaymentGroup {
|
||||||
margin-bottom: 12px;
|
|
||||||
span {
|
span {
|
||||||
|
font-size: 0;
|
||||||
&::before {
|
&::before {
|
||||||
content: "Cartão de Crédito";
|
content: "Cartão de Crédito";
|
||||||
}
|
}
|
||||||
@ -694,8 +681,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#payment-group-bankInvoicePaymentGroup {
|
#payment-group-bankInvoicePaymentGroup {
|
||||||
margin-bottom: 12px;
|
|
||||||
span {
|
span {
|
||||||
|
font-size: 0;
|
||||||
&::before {
|
&::before {
|
||||||
content: "Boleto à Vista";
|
content: "Boleto à Vista";
|
||||||
}
|
}
|
||||||
@ -704,6 +691,7 @@
|
|||||||
|
|
||||||
a:nth-child(11) {
|
a:nth-child(11) {
|
||||||
span {
|
span {
|
||||||
|
font-size: 0;
|
||||||
&::before {
|
&::before {
|
||||||
content: "Boleto Faturado";
|
content: "Boleto Faturado";
|
||||||
}
|
}
|
||||||
@ -720,6 +708,8 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #58595b;
|
color: #58595b;
|
||||||
|
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: rgba(220, 221, 227, 0.3);
|
background: rgba(220, 221, 227, 0.3);
|
||||||
@ -729,7 +719,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 0;
|
font-size: 14px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -747,9 +737,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#payment-group-SPEIPaymentGroup {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 2500px) {
|
@media screen and (min-width: 2500px) {
|
||||||
a {
|
a {
|
||||||
span {
|
span {
|
||||||
|
font-size: 28px;
|
||||||
&::before {
|
&::before {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user