mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Hide confirmation when pledge is a draft
This commit is contained in:
parent
53a1d9b294
commit
725fdbb94b
3 changed files with 11 additions and 3 deletions
|
@ -63,6 +63,10 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.contributor-list-heading {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.contributor-list {
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
|
@ -85,4 +89,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pledge-contributors.pledge-status__draft .resend-confirm {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue