mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 00:54:50 +03:00
Added attribution help docs link placeholder
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
f2430c34cc
commit
52af7c687d
@ -78,6 +78,7 @@
|
||||
{{svg-jar "posts"}}
|
||||
Sign up page: <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}}
|
||||
|
@ -2574,3 +2574,17 @@ 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user