# elasticpress/5.3.5/dist/css/sync-script.css

ElasticPress, version 5.3.5. 3 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/dist/css/sync-script.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/dist/css/sync-script.css
- Modified: 2026-08-27T16:27:46+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/dist/css/sync-script.css#L10-L20`.

```css
.ep-settings-page__wrap{margin-left:auto;margin-right:auto;max-width:800px}.ep-settings-page__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ep-settings-page__header button{margin-top:5px}.ep-settings-page__snackbar-list{bottom:40px;left:0;padding:0 16px;position:fixed}@media (min-width:600px){.ep-settings-page__snackbar-list{left:auto;padding:0}}
.ep-sync-advanced-control{margin-bottom:24px}.ep-sync-advanced-control.components-flex .components-flex-item{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.ep-sync-advanced-control .components-checkbox-control{margin-bottom:1em}fieldset.ep-sync-advanced-control{margin-bottom:16px}.ep-sync-advanced-control__label{display:inline-block;font-size:11px;font-weight:500;line-height:1.4;margin-bottom:8px;padding:0;text-transform:uppercase}.ep-sync-controls{display:grid;grid-gap:8px;grid-template-columns:-webkit-max-content -webkit-max-content auto;grid-template-columns:max-content max-content auto;margin-bottom:16px}.ep-sync-controls .is-link{grid-column:-1;justify-self:end}.ep-sync-delete{margin-bottom:1em}.ep-sync-errors{background:#f0f0f0;background:var(--ep-sync-color-light-grey);padding:8px 16px}.ep-sync-errors__table{width:100%}.ep-sync-errors__table thead{color:#757575}.ep-sync-errors__table td,.ep-sync-errors__table th{padding:8px 16px 8px 0;text-align:left;vertical-align:top}.ep-sync-errors__table th{font-weight:500}.ep-sync-errors__count{font-weight:700}.ep-sync-errors__solution{color:#757575;display:block;font-size:12px}.ep-sync-log{margin:0 0 16px}.ep-sync-messages{-ms-flex-line-pack:start;align-content:start;background:#1a1e24;background:var(--ep-sync-color-black);color:#fff;color:var(--ep-sync-color-white);display:grid;font-family:monospace;grid-gap:0 8px;gap:0 8px;grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;height:21em;line-height:2;overflow-y:auto;padding:8px 16px;white-space:pre-wrap}.ep-sync-messages__line-number{-webkit-box-sizing:content-box;box-sizing:content-box;min-width:3ch;opacity:.5;text-align:right}.ep-sync-panel .components-notice{margin-bottom:12px;margin-left:0;margin-right:0}.ep-sync-panel .components-checkbox-control:has([disabled]) input[disabled]{opacity:.5}.ep-sync-panel .components-checkbox-control:has([disabled]) .components-checkbox-control__label{opacity:.5}.ep-sync-panel__controls.is-opened{padding-bottom:4px}.ep-sync-panel__advanced.is-opened{padding-bottom:0}.ep-previous-sync{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-column-gap:8px;grid-template-areas:"icon title" ". help";grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.ep-previous-sync svg{display:block;grid-area:icon}.ep-previous-sync.is-success svg{fill:#4ab866;fill:var(--ep-sync-color-success)}.ep-previous-sync.is-error svg{fill:#cc1818;fill:var(--ep-sync-color-error)}.ep-previous-sync__title{grid-area:title}.ep-previous-sync__help{color:#757575;font-size:12px;font-style:normal;grid-area:help}.ep-sync-progress-bar{background:#f0f0f0;background:var(--ep-sync-color-light-grey);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;text-align:center}.ep-sync-progress-bar,.ep-sync-progress-bar__progress{border-radius:4px}.ep-sync-progress-bar__progress{background:var(--wp-admin-theme-color);color:#fff;color:var(--ep-sync-color-white);height:8px;padding:0 8px;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;white-space:nowrap}.ep-sync-progress-bar--complete .ep-sync-progress-bar__progress{background:#4ab866;background:var(--ep-sync-color-success)}.ep-sync-progress-bar--paused .ep-sync-progress-bar__progress{opacity:.5}.ep-sync-progress-bar--failed .ep-sync-progress-bar__progress{background:#cc1818;background:var(--ep-sync-color-error)}@-webkit-keyframes ep-sync-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ep-sync-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ep-sync-progress{-webkit-box-align:start;-ms-flex-align:start;align-items:start;display:grid;grid-column-gap:4px;grid-row-gap:16px;grid-template-columns:-webkit-min-content auto;grid-template-columns:min-content auto;margin-bottom:16px}.ep-sync-progress svg{-webkit-animation:ep-sync-rotation 1.5s linear infinite;animation:ep-sync-rotation 1.5s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;height:24px;width:24px}.ep-sync-progress--syncing svg{-webkit-animation-play-state:running;animation-play-state:running}.ep-sync-progress__details strong{display:block;line-height:24px}.ep-sync-progress__progress-bar{grid-column:1/-1}.ep-sync-history{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;list-style:none;margin-left:0}.ep-sync-history li{margin:0}: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}

```
