Create payment methods list

This commit is contained in:
inpsyde-maticluznar 2024-10-29 12:39:44 +01:00
parent 3a9f2a4a1f
commit 5d38233923
No known key found for this signature in database
GPG key ID: D005973F231309F6
21 changed files with 398 additions and 1 deletions

View file

@ -0,0 +1,5 @@
.ppcp-r-payment-methods{
display: flex;
flex-direction: column;
gap:48px;
}