mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Added subheading to onboarding checklist (#19970)
This commit is contained in:
parent
956c51436e
commit
c7c13a394a
@ -13,7 +13,8 @@
|
|||||||
{{#if this.onboarding.allStepsCompleted}}
|
{{#if this.onboarding.allStepsCompleted}}
|
||||||
<h2 class="gh-canvas-title">You’re all set.</h2>
|
<h2 class="gh-canvas-title">You’re all set.</h2>
|
||||||
{{else}}
|
{{else}}
|
||||||
<h2 class="gh-canvas-title">Let’s get started.</h2>
|
<h2 class="gh-canvas-title">Let’s get started!</h2>
|
||||||
|
<p>Welcome! It's time to set up {{get-setting "title"}}.</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -2782,6 +2782,10 @@ Onboarding checklist */
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-header h2 {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-onboarding-header p {
|
.gh-onboarding-header p {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user