AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/site-health-rtl.css [106:213]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

@keyframes loadingPulse {
	0% {
		stroke: #adc5d2;
	}
	50% {
		stroke: #00a0d2;
	}
	100% {
		stroke: #adc5d2;
	}
}

.health-check-tabs-wrapper {
	/* IE 11 */
	display: -ms-inline-grid;
	-ms-grid-columns: 1fr 1fr;
	vertical-align: top;
	/* modern browsers */
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
}

.health-check-tab {
	display: block; /* IE 11 */
	text-decoration: none;
	color: inherit;
	padding: 0.5rem 1rem 1rem;
	margin: 0 1rem;
	transition: box-shadow 0.5s ease-in-out;
}

.health-check-tab:nth-child(1) {
	-ms-grid-column: 1; /* IE 11 */
}

.health-check-tab:nth-child(2) {
	-ms-grid-column: 2; /* IE 11 */
}

.health-check-tab:focus {
	color: #191e23;
	outline: 1px solid #6c7781;
	box-shadow: none;
}

.health-check-tab.active {
	box-shadow: inset 0 -3px #007cba;
	font-weight: 600;
}

.health-check-body {
	max-width: 800px;
	margin: 0 auto;
}

.health-check-table td:first-child {
	width: 30%;
}

.health-check-table td {
	width: 70%;
}

.health-check-table ul,
.health-check-table ol {
	margin: 0;
}

.health-check-body li {
	line-height: 1.5;
}

.health-check-body .pass::before,
.health-check-body .good::before {
	content: "\f147";
	color: #46b450;
}

.health-check-body .warning::before {
	content: "\f460";
	color: #ffb900;
}

.health-check-body .info::before {
	content: "\f348";
	color: #00a0d2;
}

.health-check-body .fail::before,
.health-check-body .error::before {
	content: "\f335";
	color: #dc3232;
}

.site-health-copy-buttons {
	margin: 1rem 0;
}

.site-health-copy-buttons .copy-button-wrapper {
	display: inline-flex;
	align-items: center;
	margin: 0.5rem 0 1rem;
}

.site-health-copy-buttons .success {
	color: #40860a;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/site-health.css [105:212]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

@keyframes loadingPulse {
	0% {
		stroke: #adc5d2;
	}
	50% {
		stroke: #00a0d2;
	}
	100% {
		stroke: #adc5d2;
	}
}

.health-check-tabs-wrapper {
	/* IE 11 */
	display: -ms-inline-grid;
	-ms-grid-columns: 1fr 1fr;
	vertical-align: top;
	/* modern browsers */
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
}

.health-check-tab {
	display: block; /* IE 11 */
	text-decoration: none;
	color: inherit;
	padding: 0.5rem 1rem 1rem;
	margin: 0 1rem;
	transition: box-shadow 0.5s ease-in-out;
}

.health-check-tab:nth-child(1) {
	-ms-grid-column: 1; /* IE 11 */
}

.health-check-tab:nth-child(2) {
	-ms-grid-column: 2; /* IE 11 */
}

.health-check-tab:focus {
	color: #191e23;
	outline: 1px solid #6c7781;
	box-shadow: none;
}

.health-check-tab.active {
	box-shadow: inset 0 -3px #007cba;
	font-weight: 600;
}

.health-check-body {
	max-width: 800px;
	margin: 0 auto;
}

.health-check-table td:first-child {
	width: 30%;
}

.health-check-table td {
	width: 70%;
}

.health-check-table ul,
.health-check-table ol {
	margin: 0;
}

.health-check-body li {
	line-height: 1.5;
}

.health-check-body .pass::before,
.health-check-body .good::before {
	content: "\f147";
	color: #46b450;
}

.health-check-body .warning::before {
	content: "\f460";
	color: #ffb900;
}

.health-check-body .info::before {
	content: "\f348";
	color: #00a0d2;
}

.health-check-body .fail::before,
.health-check-body .error::before {
	content: "\f335";
	color: #dc3232;
}

.site-health-copy-buttons {
	margin: 1rem 0;
}

.site-health-copy-buttons .copy-button-wrapper {
	display: inline-flex;
	align-items: center;
	margin: 0.5rem 0 1rem;
}

.site-health-copy-buttons .success {
	color: #40860a;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



