mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated explainer text design
refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
parent
092fb7813d
commit
3d697fb67b
2 changed files with 5 additions and 3 deletions
|
@ -87,7 +87,7 @@
|
|||
{{#if (or this.showPagination (feature "fixNewsletterLinks")) }}
|
||||
<div class="gh-links-pagination">
|
||||
{{#if (feature "fixNewsletterLinks")}}
|
||||
<span class="gh-links-info">{{svg-jar "info"}} Sent a broken link? You can update it!</span>
|
||||
<span class="gh-links-info">{{svg-jar "arrow-right-tail"}} Sent a broken link? You can update it!</span>
|
||||
{{else}}
|
||||
<div class="gh-links-pagination-progress">
|
||||
Showing {{this.startOffset}}-{{this.endOffset}} of {{this.totalLinks}}
|
||||
|
|
|
@ -1229,14 +1229,16 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
.gh-links-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--midlightgrey);
|
||||
font-weight: 400;
|
||||
color: var(--green);
|
||||
font-weight: 500;
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
.gh-links-info svg {
|
||||
width: 14px;
|
||||
margin-right: 6px;
|
||||
fill: var(--green);
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.gh-links-pagination {
|
||||
|
|
Loading…
Add table
Reference in a new issue