0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed stripe connect modal UI while saving

This commit is contained in:
Peter Zimon 2021-05-20 18:36:34 +02:00
parent 3ab0a52f62
commit c56be7cd2a
2 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,6 @@
{{#unless this.settings.stripeConnectAccountId}}
<header class="modal-header" data-test-modal="webhook-form">
<h1 data-test-text="title">Connect with Stripe</h1>
</header>
{{/unless}}
<button class="close" href title="Close" {{action "closeModal"}} {{action (optional this.noop) on="mouseDown"}}>
{{svg-jar "close"}}
</button>

View file

@ -1686,6 +1686,14 @@ p.theme-validation-details {
margin-bottom: -20px;
}
.fullscreen-modal-stripe-connect:not(.fullscreen-modal-stripe-connected) .modal-footer .gh-btn {
display: none;
}
.fullscreen-modal-stripe-connect.fullscreen-modal-stripe-connected .modal-header {
display: none;
}
.gh-members-stripe-info-header {
display: flex;
justify-content: space-between;