mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53:44 +03:00
parent
6a3e62e28d
commit
677d145d51
|
@ -35,6 +35,13 @@ body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* Fix the error icons on Jetpack contact forms. */
|
||||
.contact-form__warning-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Style the group blocks inside a template list. */
|
||||
.wp-block-wporg-my-pledge-list .my-pledges__list,
|
||||
.wp-block-post:where(li.type-5ftf_pledge) {
|
||||
|
|
Loading…
Reference in a new issue