mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Merge branch 'trunk' into PCP-4254-mexico-installments-new-ux-updates-todos-features-part-2
This commit is contained in:
commit
9b4476a5dc
8 changed files with 75 additions and 29 deletions
|
@ -5,7 +5,7 @@
|
|||
.ppcp-r-welcome-docs__title {
|
||||
text-align: center;
|
||||
@include font(20, 28, 700);
|
||||
margin: 32px 0 32px 0;
|
||||
margin: 32px 0 32px 0 !important;
|
||||
}
|
||||
|
||||
.ppcp-r-welcome-docs__wrapper {
|
||||
|
|
|
@ -2,6 +2,12 @@ body:has(.ppcp-r-container--settings),
|
|||
body:has(.ppcp-r-container--onboarding) {
|
||||
background-color: var(--ppcp-color-app-bg) !important;
|
||||
|
||||
// WC 9.9+.
|
||||
#mainform,
|
||||
#wpcontent {
|
||||
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