abandoned-orders
1 year ago
affiliation-clicks
2 years ago
affiliation-payouts
2 years ago
affiliation-referrals
1 year ago
affiliation-requests
2 years ago
affiliations
2 years ago
auto-fees
5 months ago
bumps
3 years ago
cancellation-insights
1 year ago
coupons
3 years ago
customers
5 months ago
invoices
1 year ago
licenses
3 years ago
notices
2 years ago
onboarding
10 months ago
orders
1 year ago
product-collections
2 years ago
product-groups
3 years ago
products
1 month ago
restore
2 years ago
reviews
4 months ago
subscriptions
1 year ago
upgrade-paths
3 years ago
upsell-funnels
2 years ago
coming-soon.php
3 years ago
connection-invalid.php
2 months ago
denied.php
3 years ago
learn-page.php
2 months ago
plugin.php
2 years ago
settings-page.php
2 months ago
user-profile.php
3 years ago
learn-page.php
45 lines
| 1 | <style> |
| 2 | #wpbody-content, #wpcontent { |
| 3 | padding: 0 !important; |
| 4 | font-size: 14px; |
| 5 | color: var(--sc-color-brand-body); |
| 6 | } |
| 7 | |
| 8 | #wpfooter { |
| 9 | display: none; |
| 10 | } |
| 11 | |
| 12 | #sc-admin-header { |
| 13 | width: 100%; |
| 14 | margin-left: 0; |
| 15 | } |
| 16 | |
| 17 | @media screen and (max-width: 600px) { |
| 18 | #sc-admin-header { |
| 19 | padding-top: var(--wp-admin--admin-bar--height, 46px); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | body { |
| 24 | background: var(--sc-color-brand-main-background); |
| 25 | } |
| 26 | |
| 27 | .sc-container { |
| 28 | width: 100%; |
| 29 | } |
| 30 | |
| 31 | .sc-content { |
| 32 | margin-left: auto; |
| 33 | margin-right: auto; |
| 34 | max-width: var(--sc-settings-content-width, 768px); |
| 35 | padding: 2rem; |
| 36 | display: flex; |
| 37 | flex-direction: column; |
| 38 | gap: var(--sc-spacing-large); |
| 39 | } |
| 40 | </style> |
| 41 | |
| 42 | <div class="sc-container"> |
| 43 | <div class="sc-content" id="app"></div> |
| 44 | </div> |
| 45 |