# elasticpress/4.4.0/assets/css/sync.css

ElasticPress, version 4.4.0. 19 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.4.0/code/assets/css/sync.css
- Raw: https://pluginprobe.com/plugins/elasticpress/4.4.0/raw/assets/css/sync.css
- Modified: 2022-05-26T12:34:34+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/4.4.0/code/assets/css/sync.css#L10-L20`.

```css
@import "sync/button.css";
@import "sync/controls.css";
@import "sync/heading.css";
@import "sync/messages.css";
@import "sync/panel.css";
@import "sync/progress.css";
@import "sync/progress-bar.css";
@import "sync/status.css";
@import "sync/warning.css";

:root {
	--ep-sync-color-black: #1a1e24;
	--ep-sync-color-error: #b52727;
	--ep-sync-color-light-grey: #f0f0f0;
	--ep-sync-color-success: #46b450;
	--ep-sync-color-warning: #ffb359;
	--ep-sync-color-white: #fff;
}

```
