mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Added changelog subscribe button to What's new
page
no issue
This commit is contained in:
parent
6795e95483
commit
93f20d4664
@ -3,7 +3,7 @@
|
||||
.gh-whats-new-canvas .gh-canvas-header-content {
|
||||
margin-bottom: -1px;
|
||||
padding: 8px 0 16px;
|
||||
border-bottom: 1px solid var(--whitegrey);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.gh-whats-new {
|
||||
@ -827,7 +827,7 @@
|
||||
font-size: 1.2em;
|
||||
padding-left: 1.75em;
|
||||
padding-right: 1.75em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gh-whats-new .kg-button-card {
|
||||
@ -1905,4 +1905,4 @@
|
||||
.gh-whats-new .kg-header-card.kg-style-accent a.kg-header-card-button {
|
||||
background: #fff;
|
||||
color: #151515;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
<section class="gh-canvas js-settings-content gh-whats-new-canvas" {{scroll-top}}>
|
||||
<GhCanvasHeader class="gh-canvas-header">
|
||||
<h2 class="gh-whats-new-heading">{{svg-jar "gift"}} What's new?</h2>
|
||||
<a href="https://ghost.org/changelog/#/portal/signup" class="gh-btn gh-btn-primary" type="button" target="_blank" rel="noopener noreferrer"><span>Turn on notifications</span></a>
|
||||
</GhCanvasHeader>
|
||||
<section class="view-container">
|
||||
<div class="gh-about-container">
|
||||
|
Loading…
Reference in New Issue
Block a user