customer-dashboard
2 years ago
admin-header.php
2 years ago
admin-index-header.php
2 years ago
admin-index-styles.php
2 years ago
admin-settings-header.php
2 years ago
admin-settings-notices.php
4 years ago
admin-settings-sidebar.php
2 years ago
admin-settings-styles.php
3 years ago
store-logo.php
2 years ago
admin-index-styles.php
30 lines
| 1 | <style> |
| 2 | .column-mode { |
| 3 | width: 50px; |
| 4 | } |
| 5 | .column-total, .column-status { |
| 6 | min-width: 96px; |
| 7 | } |
| 8 | .column-order { |
| 9 | width: 200px; |
| 10 | } |
| 11 | .column-fulfillment_status, .column-shipment_status { |
| 12 | width: 120px; |
| 13 | } |
| 14 | |
| 15 | :root:root { |
| 16 | --wp-admin-theme-color: #2271b1; |
| 17 | --sc-color-primary-500: var(--wp-admin-theme-color); |
| 18 | --sc-focus-ring-color-primary: var(--wp-admin-theme-color); |
| 19 | --sc-input-border-color-focus: var(--wp-admin-theme-color); |
| 20 | --sc-color-primary-text: #fff; |
| 21 | } |
| 22 | |
| 23 | /* on mobile screens less than 1024px */ |
| 24 | @media (max-width: 1024px) { |
| 25 | .column-status { |
| 26 | width: 96px; |
| 27 | } |
| 28 | } |
| 29 | </style> |
| 30 |