class-jetpack-cxn-test-base.php
3 years ago
class-jetpack-cxn-tests.php
3 years ago
class-jetpack-debug-data.php
4 years ago
class-jetpack-debugger.php
3 years ago
debug-functions.php
3 years ago
jetpack-debugger-site-health.css
6 years ago
jetpack-debugger-site-health.js
6 years ago
jetpack-debugger-site-health.css
22 lines
| 1 | .jetpack-sync-progress-ui { |
| 2 | display: flex; |
| 3 | align-items: baseline; |
| 4 | } |
| 5 | |
| 6 | .jetpack-sync-progress-label { |
| 7 | width: 5%; |
| 8 | margin-right: 1%; |
| 9 | font-weight: 600; |
| 10 | color: #036699; |
| 11 | } |
| 12 | |
| 13 | .ui-progressbar.jetpack-sync-progress-bar { |
| 14 | width: 94%; |
| 15 | background: #bfe7f3; |
| 16 | height: 8px; |
| 17 | } |
| 18 | |
| 19 | .jetpack-sync-progress-bar .ui-progressbar-value { |
| 20 | background: #036699; |
| 21 | } |
| 22 |