diff --git a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss index 287e164..859e9cf 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss @@ -661,23 +661,10 @@ .payment-group-list-btn { width: 100%; 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 { - margin-bottom: 12px; span { + font-size: 0; &::before { content: "Cartão de Débito"; } @@ -685,8 +672,8 @@ } #payment-group-creditCardPaymentGroup { - margin-bottom: 12px; span { + font-size: 0; &::before { content: "Cartão de Crédito"; } @@ -694,8 +681,8 @@ } #payment-group-bankInvoicePaymentGroup { - margin-bottom: 12px; span { + font-size: 0; &::before { content: "Boleto à Vista"; } @@ -704,6 +691,7 @@ a:nth-child(11) { span { + font-size: 0; &::before { content: "Boleto Faturado"; } @@ -720,6 +708,8 @@ box-sizing: border-box; color: #58595b; + margin-bottom: 12px; + &:hover, &:focus { background: rgba(220, 221, 227, 0.3); @@ -729,7 +719,7 @@ } span { - font-size: 0; + font-size: 14px; display: flex; align-items: center; justify-content: center; @@ -747,9 +737,14 @@ } } + #payment-group-SPEIPaymentGroup { + margin-bottom: 0; + } + @media screen and (min-width: 2500px) { a { span { + font-size: 28px; &::before { font-size: 28px; line-height: 24px;