Nessuna descrizione

jetpack-debugger-site-health.css 343B

12345678910111213141516171819202122
  1. .jetpack-sync-progress-ui {
  2. display: flex;
  3. align-items: baseline;
  4. }
  5. .jetpack-sync-progress-label {
  6. width: 5%;
  7. margin-right: 1%;
  8. font-weight: 600;
  9. color: #036699;
  10. }
  11. .ui-progressbar.jetpack-sync-progress-bar {
  12. width: 94%;
  13. background: #bfe7f3;
  14. height: 8px;
  15. }
  16. .jetpack-sync-progress-bar .ui-progressbar-value {
  17. background: #036699;
  18. }