refining block buttons handling

This commit is contained in:
Antoine M 2023-11-17 11:38:46 +01:00
parent 01d8da7a2a
commit 046a2b36db

View File

@ -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 {