FIX Corners radius
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-06 11:15:48 +02:00
parent 64be0c64be
commit fb3ff32862

View File

@ -45,6 +45,12 @@
.wp-block-button a {
@apply rounded-full border;
}
&.is-style-big-buttons {
.wp-block-button a {
@apply !rounded-none;
}
}
}
.wp-block-buttons.alignwide,