@import "style.scss"; /** * Block Options */ // The parent container does not need outer margins applied. // The children should all have top and bottom margins. [data-block].wp-block-buttons { margin-top: 0; margin-bottom: 0; &:first-child, &:last-child { margin-top: 0; margin-bottom: 0; } } .is-style-outline .wp-block-button__link[style*="radius"], .wp-block-button__link[style*="radius"] { outline-offset: 2px; }