Fix Featured Product and Featured Category button alignment (https://github.com/woocommerce/woocommerce-blocks/pull/4028)

This commit is contained in:
Albert Juhé Lluveras 2021-04-06 08:16:55 +02:00 committed by GitHub
parent 8d68dceacb
commit f22ab7f4f4
2 changed files with 8 additions and 0 deletions

View File

@ -82,6 +82,10 @@
}
}
.wp-block-button.aligncenter {
text-align: center;
}
&.has-background-dim::before {
content: "";
position: absolute;

View File

@ -94,6 +94,10 @@
}
}
.wp-block-button.aligncenter {
text-align: center;
}
&.has-background-dim::before {
content: "";
position: absolute;