mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
✨ Opt-out for the card-layout in Content component
This commit is contained in:
parent
4da27fdb05
commit
b6720146eb
3 changed files with 16 additions and 11 deletions
|
@ -40,12 +40,16 @@
|
|||
gap: 24px;
|
||||
}
|
||||
|
||||
.ppcp-r-settings-card__content {
|
||||
.ppcp-r-settings-content {
|
||||
flex: 1;
|
||||
max-width: var(--card-width-content);
|
||||
border: 1px solid var(--color-gray-200);
|
||||
border-radius: 4px;
|
||||
padding: 24px;
|
||||
|
||||
&.ppcp--is-card {
|
||||
flex: 1;
|
||||
max-width: var(--card-width-content);
|
||||
border: 1px solid var(--color-gray-200);
|
||||
border-radius: 4px;
|
||||
padding: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-r-settings-card__title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue