?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations/gutenberg/



?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations

?? Viewing: button.scss

.wp-block-buttons .wp-block-button {

	.wp-block-button__link.is-style-outline,
	&.is-style-outline > .wp-block-button__link {
		padding: var(--theme-button-padding);
	}
}


// inherit font weight from button options
.wp-block-button[style*="font-weight"] {

	.wp-block-button__link {
		font-weight: inherit;
	}
}


??

??