File "_editor.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss
File size: 310 bytes
MIME-type: text/plain
Charset: utf-8

.wp-block-social-links {

	// Social icons are horizontal, so they don't need vertical spacing.
	[data-block] {
		margin-top: 0;
		margin-bottom: 0;
	}

	&.is-style-twentytwentyone-social-icons-color {

		button {
			color: var(--global--color-primary);
		}

		.wp-social-link {
			background: none;
		}
	}

}