Adjust the styling of the Edit links on the Axo checkout

This commit is contained in:
Daniel Dudzic 2024-04-30 14:50:38 +02:00
parent 9027f15c0c
commit ef807aecf3
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
4 changed files with 27 additions and 5 deletions

View file

@ -39,3 +39,9 @@
.ppcp-axo-customer-details {
margin-bottom: 40px;
}
.axo-checkout-header-section {
display: flex;
align-items: baseline;
gap: 1em;
}