mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Override mainform background
This commit is contained in:
parent
2e710bbed6
commit
ca0109b670
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ body:has(.ppcp-r-container--settings),
|
|||
body:has(.ppcp-r-container--onboarding) {
|
||||
background-color: var(--ppcp-color-app-bg) !important;
|
||||
|
||||
// WC 9.9+.
|
||||
#mainform {
|
||||
background-color: var(--ppcp-color-app-bg) !important;
|
||||
}
|
||||
|
||||
.woocommerce-layout,
|
||||
#woocommerce-layout__primary {
|
||||
padding: 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue