# wp-to-buffer/6.2.2/lib/shared/scss/_buttons.scss

Social Media Auto Poster – Schedule &amp; Publish to Buffer, version 6.2.2. 25 lines.

- Page: https://pluginprobe.com/plugins/wp-to-buffer/6.2.2/code/lib/shared/scss/_buttons.scss
- Raw: https://pluginprobe.com/plugins/wp-to-buffer/6.2.2/raw/lib/shared/scss/_buttons.scss
- Modified: 2026-08-19T11:19:16+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/wp-to-buffer/6.2.2/code/lib/shared/scss/_buttons.scss#L10-L20`.

```scss
.wpzinc-button-red {
	background: #b30000;
	border-color: #b30000;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.wpzinc-button-red.hover,
.wpzinc-button-red:hover {
	background: #900;
	border-color: #900;
	color: #fff;
}

.wpzinc-button-red.focus,
.wpzinc-button-red:focus {
	background: #900;
	border-color: #900;
	color: #fff;
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 3px #900;
}

```
