FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
views
/
layouts
/
partials
Edit File: admin-settings-styles.php
<style> #wpbody-content, #wpcontent { padding: 0 !important; font-size: 14px; color: var(--sc-color-brand-body); } .sc-item-stick-bottom { padding-top: var(--sc-spacing-large); } @media screen and (min-width: 600px) { .sc-item-stick-bottom { position: sticky; top: 135px; } } #wpfooter { display:none; } body { background: var(--sc-color-brand-main-background); } #sc-settings-container { min-height: calc(100vh - 66px); top: 0; width: 100% !important; left: 0; display: flex; flex-direction: column; } #sc-settings-content { display: flex; flex: 1; } #sc-settings-content::before { -webkit-animation-fill-mode: both; animation-fill-mode: both; background: #ffffff; content: " "; height: 100%; position: fixed; left: 0; top: 0; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; width: 450px; border-right: 1px solid var(--sc-color-gray-200); z-index: -1; } #sc-nav { padding: 20px; display: flex; flex-direction: column; gap: 2px; width: 100%; max-width: 290px; position: relative; box-sizing: border-box; } @media screen and (max-width:960px) { #sc-settings-content::before { width: 330px; } } @media screen and (max-width:782px) { #sc-settings-content { flex-direction: column; } #sc-nav { width: 100%; max-width: none; background: white; border-bottom: 1px solid var(--sc-color-gray-200); } #sc-settings-content::before { display: none; } } #sc-settings { flex: 1; } .surecart-cta { --sc-card-border-color: var(--sc-color-primary-500); } .sc-container { width: 100%; } .sc-content { margin-left: auto; margin-right: auto; max-width: var(--sc-settings-content-width, 768px); padding: 2rem; display: flex; flex-direction: column; gap: var(--sc-spacing-large); } /* .sc-container { margin-left: auto; margin-right: auto; max-width: 768px; padding: 2rem; display: flex; flex-direction: column; gap: var(--sc-spacing-large); } */ .sc-section-heading { margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(229, 231, 235, 1); padding-bottom: 1rem; } .sc-section-heading h3 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; line-height: 1.75rem; font-weight: 600; color: rgba(17, 24, 39, 1); display: flex; align-items: center; gap: 0.5em; color: var(--sc-color-gray-900); } .sc-section-heading sc-icon { font-size: 1.3rem; } sc-icon { width: 18px; height: 18px; } sc-tab, sc-icon, sc-breadcrumbs, sc-breadcrumb, sc-button, sc-card, sc-tag, sc-dashboard-module, sc-form { visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in-out; } sc-tab.hydrated, sc-icon.hydrated, sc-breadcrumbs.hydrated, sc-breadcrumb.hydrated, sc-button.hydrated, sc-card.hydrated, sc-tag.hydrated, sc-dashboard-module.hydrated, sc-form.hydrated { visibility: inherit; opacity: 1; } </style>
Save
Back