Merge branch 'trunk' into PCP-4254-mexico-installments-new-ux-updates-todos-features-part-2

This commit is contained in:
Emili Castells Guasch 2025-05-26 16:16:49 +02:00
commit 9b4476a5dc
No known key found for this signature in database
8 changed files with 75 additions and 29 deletions

View file

@ -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 {

View file

@ -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;