# elasticpress/5.0.2/assets/js/sync-ui/style.css

ElasticPress, version 5.0.2. 19 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.2/code/assets/js/sync-ui/style.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.2/raw/assets/js/sync-ui/style.css
- Modified: 2023-11-01T18:08:28+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.0.2/code/assets/js/sync-ui/style.css#L10-L20`.

```css
@import "./css/advanced-control.css";
@import "./css/controls.css";
@import "./css/log.css";
@import "./css/messages.css";
@import "./css/panel.css";
@import "./css/previous-sync.css";
@import "./css/progress-bar.css";
@import "./css/progress.css";
@import "./css/sync-history.css";

:root {
	--ep-sync-color-black: #1a1e24;
	--ep-sync-color-error: #cc1818;
	--ep-sync-color-light-grey: #f0f0f0;
	--ep-sync-color-success: #4ab866;
	--ep-sync-color-warning: #ffb359;
	--ep-sync-color-white: #fff;
}

```
