# elasticpress/4.7.1/assets/css/sync/button.css

ElasticPress, version 4.7.1. 26 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.7.1/code/assets/css/sync/button.css
- Raw: https://pluginprobe.com/plugins/elasticpress/4.7.1/raw/assets/css/sync/button.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.7.1/code/assets/css/sync/button.css#L10-L20`.

```css
.ep-sync-button {

	&.components-button.has-icon.has-text {
		height: 4rem;
		justify-content: center;
		width: 100%;

		& svg {
			height: 2em;
			margin: 0;
			width: 2em;
		}
	}
}

.ep-sync-button--sync {
	font-size: 1.5em;
	font-weight: 700;
}

.ep-sync-button--pause,
.ep-sync-button--resume,
.ep-sync-button--stop {
	flex-direction: column;
}

```
