mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
18 lines
407 B
SCSS
18 lines
407 B
SCSS
body:has(.ppcp-r-container--settings),
|
|
body:has(.ppcp-r-container--onboarding) {
|
|
background-color: var(--ppcp-color-app-bg) !important;
|
|
|
|
.woocommerce-layout,
|
|
#woocommerce-layout__primary {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.notice,
|
|
.nav-tab-wrapper.woo-nav-tab-wrapper,
|
|
.woocommerce-layout__header,
|
|
.wrap.woocommerce form > h2,
|
|
#screen-meta-links {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
}
|
|
}
|