admin-header.php
3 years ago
admin-index-header.php
3 years ago
admin-index-styles.php
3 years ago
admin-settings-header.php
3 years ago
admin-settings-notices.php
3 years ago
admin-settings-sidebar.php
3 years ago
admin-settings-styles.php
3 years ago
admin-settings-styles.php
154 lines
| 1 | <style> |
| 2 | #wpbody-content, #wpcontent { |
| 3 | padding: 0 !important; |
| 4 | font-size: 14px; |
| 5 | color: var(--sc-color-brand-body); |
| 6 | } |
| 7 | .sc-item-stick-bottom { |
| 8 | margin-top: auto; |
| 9 | padding-top: var(--sc-spacing-large); |
| 10 | } |
| 11 | |
| 12 | a.surecart-help { |
| 13 | position: fixed; |
| 14 | box-shadow: var(--sc-shadow-large); |
| 15 | display: flex; |
| 16 | align-items: center; |
| 17 | font-size: var(--sc-font-size-large); |
| 18 | gap: 0.5em; |
| 19 | padding: 0.2em 1.5em; |
| 20 | bottom: 30px; |
| 21 | right: 30px; |
| 22 | background: var(--sc-color-brand-primary); |
| 23 | text-decoration: none; |
| 24 | color: white; |
| 25 | line-height: 50px; |
| 26 | border-radius: 999px; |
| 27 | line-height: 50px; |
| 28 | z-index: 99; |
| 29 | } |
| 30 | |
| 31 | #wpfooter { |
| 32 | display:none; |
| 33 | } |
| 34 | #wpbody, #wpbody-content, #wpcontent, #wpwrap, body, html { |
| 35 | height: 100% !important; |
| 36 | background-color: transparent; |
| 37 | } |
| 38 | #sc-settings-container { |
| 39 | position: absolute; |
| 40 | top: 0; |
| 41 | height: 100% !important; |
| 42 | width: 100% !important; |
| 43 | left: 0; |
| 44 | background: var(--sc-color-brand-main-background); |
| 45 | display: flex; |
| 46 | flex-direction: column; |
| 47 | overflow: hidden; |
| 48 | } |
| 49 | @media screen and (max-width: 600px) { |
| 50 | #sc-settings-container { |
| 51 | margin-top: 46px; |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | #sc-settings-content { |
| 56 | display: flex; |
| 57 | flex: 1; |
| 58 | overflow: hidden; |
| 59 | } |
| 60 | #sc-settings { |
| 61 | flex: 1; |
| 62 | } |
| 63 | #sc-nav { |
| 64 | background: #fff; |
| 65 | padding: 20px; |
| 66 | border-right: 1px solid var(--sc-color-gray-200); |
| 67 | display: flex; |
| 68 | flex-direction: column; |
| 69 | gap: 2px; |
| 70 | width: 100%; |
| 71 | max-width: 250px; |
| 72 | overflow: auto; |
| 73 | } |
| 74 | |
| 75 | .surecart-cta { |
| 76 | --sc-card-border-color: var(--sc-color-primary-500); |
| 77 | } |
| 78 | .sc-container { |
| 79 | width: 100%; |
| 80 | overflow-y: auto; |
| 81 | } |
| 82 | |
| 83 | .sc-content { |
| 84 | margin-left: auto; |
| 85 | margin-right: auto; |
| 86 | max-width: 768px; |
| 87 | padding: 2rem; |
| 88 | display: flex; |
| 89 | flex-direction: column; |
| 90 | gap: var(--sc-spacing-large); |
| 91 | } |
| 92 | |
| 93 | /* .sc-container { |
| 94 | margin-left: auto; |
| 95 | margin-right: auto; |
| 96 | max-width: 768px; |
| 97 | padding: 2rem; |
| 98 | display: flex; |
| 99 | flex-direction: column; |
| 100 | gap: var(--sc-spacing-large); |
| 101 | } */ |
| 102 | |
| 103 | .sc-section-heading { |
| 104 | margin-bottom: 1.5rem; |
| 105 | display: flex; |
| 106 | align-items: center; |
| 107 | justify-content: space-between; |
| 108 | border-bottom: 1px solid rgba(229, 231, 235, 1); |
| 109 | padding-bottom: 1rem; |
| 110 | } |
| 111 | |
| 112 | .sc-section-heading h3 { |
| 113 | margin: 0; |
| 114 | overflow: hidden; |
| 115 | text-overflow: ellipsis; |
| 116 | white-space: nowrap; |
| 117 | font-size: 1rem; |
| 118 | line-height: 1.75rem; |
| 119 | font-weight: 600; |
| 120 | color: rgba(17, 24, 39, 1); |
| 121 | display: flex; |
| 122 | align-items: center; |
| 123 | gap: 0.5em; |
| 124 | color: var(--sc-color-gray-900); |
| 125 | } |
| 126 | |
| 127 | .sc-section-heading sc-icon { |
| 128 | font-size: 1.3rem; |
| 129 | } |
| 130 | |
| 131 | sc-icon { |
| 132 | width: 18px; |
| 133 | height: 18px; |
| 134 | } |
| 135 | |
| 136 | sc-tab, sc-icon, sc-breadcrumbs, sc-breadcrumb, sc-button, sc-card, sc-tag, sc-dashboard-module, sc-form { |
| 137 | visibility: hidden; |
| 138 | opacity: 0; |
| 139 | transition: opacity 0.2s ease-in-out; |
| 140 | } |
| 141 | sc-tab.hydrated, |
| 142 | sc-icon.hydrated, |
| 143 | sc-breadcrumbs.hydrated, |
| 144 | sc-breadcrumb.hydrated, |
| 145 | sc-button.hydrated, |
| 146 | sc-card.hydrated, |
| 147 | sc-tag.hydrated, |
| 148 | sc-dashboard-module.hydrated, |
| 149 | sc-form.hydrated { |
| 150 | visibility: inherit; |
| 151 | opacity: 1; |
| 152 | } |
| 153 | </style> |
| 154 |