Added attribution help docs link placeholder

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-28 16:31:41 +02:00
parent f2430c34cc
commit 52af7c687d
2 changed files with 15 additions and 0 deletions

View File

@ -78,6 +78,7 @@
{{svg-jar "posts"}}
Sign up page:&nbsp;<a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
</p>
<a href="#" class="gh-member-details-attribution-docs">Learn more →</a>
{{/if}}
</div>
{{/if}}

View File

@ -2573,4 +2573,18 @@ p.gh-members-import-errordetail:first-of-type {
.gh-cp-membertier-attribution .gh-membertier-details a {
text-transform: capitalize;
}
.gh-member-details-attribution .gh-member-details-attribution-docs {
margin-top: 6px;
color: #2bba3c;
font-weight: 500;
font-size: 1.3rem;
}
.gh-member-details-attribution .gh-member-details-attribution-docs:hover {
margin-top: 6px;
color: rgb(38, 154, 52);
font-weight: 500;
font-size: 1.3rem;
}