From 046a2b36db4c13490f8a3b835637f146cb4dfc29 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 17 Nov 2023 11:38:46 +0100 Subject: [PATCH] refining block buttons handling --- resources/css/editor-content/gutenberg.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 921ca7f..97ecf4c 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -75,6 +75,15 @@ article > *:not(.entry-content, .chapter-header-block), } } +.wp-block-buttons { + @apply flex; +} +.wp-block-button.is-style-outline { + .wp-block-button__link { + @apply cta cta--outline cta--button; + } +} + .entry-content, .page-content, .homegrade-page-container {