Icon fix in checkout CSS

This commit is contained in:
d11n 2024-07-03 14:13:29 +02:00 committed by GitHub
parent e0a0406825
commit 654cf1982e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,9 +114,6 @@ section dl > div dd {
margin: 0 auto; margin: 0 auto;
padding: var(--btcpay-space-s); padding: var(--btcpay-space-s);
} }
.payment-details-button .icon {
margin-left: -1rem; /* Adjust for visual center */
}
#payment .btcpay-pills .btcpay-pill { #payment .btcpay-pills .btcpay-pill {
padding: var(--btcpay-space-xs) var(--btcpay-space-m); padding: var(--btcpay-space-xs) var(--btcpay-space-m);
} }