# search-replace-wpcode/1.0.6/src/admin/footer.css

Search &amp; Replace Everything by WPCode – Find and Replace Media, Text, Links, and More, version 1.0.6. 32 lines.

- Page: https://pluginprobe.com/plugins/search-replace-wpcode/1.0.6/code/src/admin/footer.css
- Raw: https://pluginprobe.com/plugins/search-replace-wpcode/1.0.6/raw/src/admin/footer.css
- Modified: 2024-10-01T13:05:22+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/search-replace-wpcode/1.0.6/code/src/admin/footer.css#L10-L20`.

```css
#wpfooter{
	.wsrw-footer{
		text-align:center;
		margin-bottom: 40px;
		p{
			font-weight: 600;
		}
		.wsrw-footer-links{
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 10px 0;
			color: #646970;

			span{
				color: #c3c4c7;
				padding: 0 7px;
			}

		}
		.wsrw-footer-social{
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 10px;
			margin: 0;
		}
	}
}
.wsrw-footer-social li:hover path{
	fill: #50575e;
}
```
