mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
💫 Fix UI animations inside accordion content
This commit is contained in:
parent
5a4b403732
commit
99c7541bb1
2 changed files with 12 additions and 10 deletions
|
@ -21,7 +21,12 @@
|
|||
gap: 16px;
|
||||
}
|
||||
|
||||
.ppcp--content {
|
||||
.ppcp--accordion-content {
|
||||
display: none;
|
||||
margin: 24px 0 0;
|
||||
|
||||
&.ppcp--is-open {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue