PluginProbe
ElasticPress / 4.5.1
ElasticPress v4.5.1
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / css / sync.css

sync.css in ElasticPress 4.5.1, at assets/css/sync.css

19 lines 471 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "sync/button.css";
2 @import "sync/controls.css";
3 @import "sync/heading.css";
4 @import "sync/messages.css";
5 @import "sync/panel.css";
6 @import "sync/progress.css";
7 @import "sync/progress-bar.css";
8 @import "sync/status.css";
9 @import "sync/warning.css";
10
11 :root {
12 --ep-sync-color-black: #1a1e24;
13 --ep-sync-color-error: #b52727;
14 --ep-sync-color-light-grey: #f0f0f0;
15 --ep-sync-color-success: #46b450;
16 --ep-sync-color-warning: #ffb359;
17 --ep-sync-color-white: #fff;
18 }
19