# elasticpress/5.3.5/assets/js/sync-ui/css/errors.css

ElasticPress, version 5.3.5. 34 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/assets/js/sync-ui/css/errors.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/assets/js/sync-ui/css/errors.css
- Modified: 2024-04-29T13:44:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/5.3.5/code/assets/js/sync-ui/css/errors.css#L10-L20`.

```css
.ep-sync-errors {
	background: var(--ep-sync-color-light-grey);
	padding: 8px 16px;
}

.ep-sync-errors__table {
	width: 100%;

	& thead {
		color: rgb(117, 117, 117);
	}

	& th,
	& td {
		padding: 8px 16px 8px 0;
		text-align: left;
		vertical-align: top;
	}

	& th {
		font-weight: 500;
	}
}

.ep-sync-errors__count {
	font-weight: 700;
}

.ep-sync-errors__solution {
	color: rgb(117, 117, 117);
	display: block;
	font-size: 12px;
}

```
