Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / st_joseph

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • st_joseph
  • ..
  • debugger
  • jetpack-debugger-site-health.css
  • Jeff Balicki's avatar
    Jetpack · 0a7d0589 ...
    0a7d0589 Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-03-23 17:40:39 -0400
jetpack-debugger-site-health.css 343 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.jetpack-sync-progress-ui {
	display: flex;
	align-items: baseline;
}

.jetpack-sync-progress-label {
	width: 5%;
	margin-right: 1%;
	font-weight: 600;
	color: #036699;
}

.ui-progressbar.jetpack-sync-progress-bar {
	width: 94%;
	background: #bfe7f3;
	height: 8px;
}

.jetpack-sync-progress-bar .ui-progressbar-value {
	background: #036699;
}