UNPKG

mercadopago-react-sdk

Version:
38 lines (32 loc) 545 B
.payment_button { background: #049de2; border-radius: 10px; border: 1px solid transparent; color: #fff; font-size: 14px; font-weight: bold; margin: 2rem 0 0 0; padding: 1rem; width: 100%; } @media (max-width: 500px) { .payment_button { margin: 2rem 0; } } .payment_button-content { align-items: center; height: 20px; display: flex; justify-content: center; } .payment_button img, .payment_button span { height: 100%; } .payment_button img { width: 26px; } .payment_button span { margin-left: 10px; }