mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Minor spacing refinements on Membership settings
This commit is contained in:
parent
995b102617
commit
97866adb37
2 changed files with 31 additions and 20 deletions
|
@ -1406,8 +1406,14 @@ p.theme-validation-details {
|
||||||
grid-gap: 32px;
|
grid-gap: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-setting-members-basicsform {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-setting-members-basicsform .intro {
|
.gh-setting-members-basicsform .intro {
|
||||||
margin: 0 0 2em;
|
margin: 0;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1415,8 +1421,11 @@ p.theme-validation-details {
|
||||||
background: linear-gradient(to left, color-mod(var(--main-color-content-greybg) l(-3%)), var(--main-color-content-greybg));
|
background: linear-gradient(to left, color-mod(var(--main-color-content-greybg) l(-3%)), var(--main-color-content-greybg));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-setting-members-access {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-setting-members-portalpreview {
|
.gh-setting-members-portalpreview {
|
||||||
flex-basis: 460px;
|
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -1452,7 +1461,7 @@ p.theme-validation-details {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-setting-members-tierscontainer {
|
.gh-setting-members-tierscontainer {
|
||||||
margin-top: 7vmin;
|
margin-top: 4vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-settings-members-tiersheader {
|
.gh-settings-members-tiersheader {
|
||||||
|
|
|
@ -22,26 +22,28 @@
|
||||||
<div class="gh-setting-members-basics">
|
<div class="gh-setting-members-basics">
|
||||||
<div class="gh-setting-members-basicsform">
|
<div class="gh-setting-members-basicsform">
|
||||||
<p class="intro">Fund your work with subscription revenue. Connect your Stripe account and offer premium content to your audience. Our creators are already making over $2 million per year, while Ghost takes 0% payment fees.</p>
|
<p class="intro">Fund your work with subscription revenue. Connect your Stripe account and offer premium content to your audience. Our creators are already making over $2 million per year, while Ghost takes 0% payment fees.</p>
|
||||||
|
<hr>
|
||||||
<section class="gh-expandable gh-setting-members-portalcta">
|
<div>
|
||||||
<div class="gh-expandable-block">
|
<section class="gh-expandable gh-setting-members-portalcta">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-block">
|
||||||
<div>
|
<div class="gh-expandable-header">
|
||||||
<h4 class="gh-expandable-title">Portal Settings</h4>
|
<div>
|
||||||
<p class="gh-expandable-description">
|
<h4 class="gh-expandable-title">Portal Settings</h4>
|
||||||
Customize members modal signup flow
|
<p class="gh-expandable-description">
|
||||||
</p>
|
Customize members modal signup flow
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button type="button" class="gh-btn gh-btn-green" {{on "click" this.openPortalSettings}} data-test-toggle="portal-settings">
|
||||||
|
<span>Customise Portal →</span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button type="button" class="gh-btn gh-btn-green" {{on "click" this.openPortalSettings}} data-test-toggle="portal-settings">
|
|
||||||
<span>Customise Portal →</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</section>
|
|
||||||
|
|
||||||
<div class="gh-setting-members-access">
|
<div class="gh-setting-members-access">
|
||||||
<Settings::MembersSubscriptionAccess />
|
<Settings::MembersSubscriptionAccess />
|
||||||
<Settings::MembersDefaultPostAccess />
|
<Settings::MembersDefaultPostAccess />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="gh-setting-members-portalpreview">
|
<div class="gh-setting-members-portalpreview">
|
||||||
|
|
Loading…
Add table
Reference in a new issue