# elasticpress/5.0.1/assets/js/sync-ui/css/panel.css

ElasticPress, version 5.0.1. 31 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.1/code/assets/js/sync-ui/css/panel.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.1/raw/assets/js/sync-ui/css/panel.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.1/code/assets/js/sync-ui/css/panel.css#L10-L20`.

```css
.ep-sync-panel {

	& .components-notice {
		margin-bottom: 12px;
		margin-left: 0;
		margin-right: 0;
	}

	& .components-checkbox-control:has([disabled]) {

		& input[disabled],
		& .components-checkbox-control__label {
			opacity: 0.5;
		}
	}
}

.ep-sync-panel__controls {

	&.is-opened {
		padding-bottom: 4px;
	}
}

.ep-sync-panel__advanced {

	&.is-opened {
		padding-bottom: 0;
	}
}

```
