Reset the button block appearance.
This commit is contained in:
parent
c2785e9c16
commit
a78ed1837c
3 changed files with 20 additions and 0 deletions
|
@ -239,6 +239,14 @@ hr.wp-block-separator.is-style-wide,
|
|||
/**
|
||||
* Blocks
|
||||
*/
|
||||
|
||||
// Button
|
||||
.entry-content > .wp-block-button:not(.alignleft):not(.alignright) {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// Business Hours
|
||||
.jetpack-business-hours {
|
||||
dt {
|
||||
|
|
|
@ -4185,6 +4185,12 @@ hr.wp-block-separator.is-style-wide,
|
|||
/**
|
||||
* Blocks
|
||||
*/
|
||||
.entry-content > .wp-block-button:not(.alignleft):not(.alignright) {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.jetpack-business-hours dt {
|
||||
font-family: inherit;
|
||||
font-family: var(--font-base, inherit);
|
||||
|
|
|
@ -4214,6 +4214,12 @@ hr.wp-block-separator.is-style-wide,
|
|||
/**
|
||||
* Blocks
|
||||
*/
|
||||
.entry-content > .wp-block-button:not(.alignleft):not(.alignright) {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.jetpack-business-hours dt {
|
||||
font-family: inherit;
|
||||
font-family: var(--font-base, inherit);
|
||||
|
|
Loading…
Reference in a new issue