-
-
How you get paid
+
+
-
+
Stripe is our exclusive direct payments partner. Ghost collects no fees on any payments! If you don’t have a Stripe account yet, you can sign up here.
-
+
{{#if this.config.stripeDirect}}
diff --git a/ghost/admin/app/styles/layouts/fullscreen-wizard.css b/ghost/admin/app/styles/layouts/fullscreen-wizard.css
index 8518d44a5e..f888d8673c 100644
--- a/ghost/admin/app/styles/layouts/fullscreen-wizard.css
+++ b/ghost/admin/app/styles/layouts/fullscreen-wizard.css
@@ -89,9 +89,7 @@
/* Connect Stripe settings */
.gh-launch-wizard-stripe-info {
width: 100%;
- padding: 24px 16px;
- background: var(--whitegrey-l1);
- border-radius: 2px;
+ padding: 16px;
}
.gh-launch-wizard-stripe-connect-token {
diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css
index 5d54765a6c..52e119fd6b 100644
--- a/ghost/admin/app/styles/layouts/settings.css
+++ b/ghost/admin/app/styles/layouts/settings.css
@@ -1620,7 +1620,7 @@ p.theme-validation-details {
}
.gh-members-connectbutton-container {
- max-width: 380px;
+ margin-right: 4px;
}
.gh-members-connectbutton-container .for-switch {