| 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 |
|