@use "~admin-stylesheets/colors";
@use "~admin-stylesheets/mixins";

.nelio-content-social-network-icon {
	background: colors.$component-colors__placeholder;
	content: "";
	display: block;
	height: 1em;
	width: 1em;

	@include mixins.social-networks(#{&});
}
