HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/wordpress-seo/css/src/alerts.css
.yoast-alert {
	display: flex;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 1.5;
	margin: 16px 0;
}

.yoast-alert--error {
	color: #8f1919;
	background: #f9dcdc;
}

.yoast-alert--info {
	color: #00468f;
	background: #cce5ff;
}

.yoast-alert--success {
	color: #395315;
	background: #e2f2cc;
}

.yoast-alert--warning {
	color: #674e00;
	background: #fff3cd;
}

/* Needs higher specificity than a Gutenberg ruleset selector. */
.yoast-alert__icon.yoast-alert__icon {
	display: block;
	margin-top: 0.125rem;
	margin-right: 8px;
	height: 16px;
	width: 16px;
	max-width: none;
}

.yoast-alert a {
	color: #004973;
}