diff --git a/ghost/admin/app/components/gh-member-details.hbs b/ghost/admin/app/components/gh-member-details.hbs index 43b9c24cd3..246db18363 100644 --- a/ghost/admin/app/components/gh-member-details.hbs +++ b/ghost/admin/app/components/gh-member-details.hbs @@ -78,6 +78,7 @@ {{svg-jar "posts"}} Sign up page: {{ @member.attribution.title }}

+ Learn more → {{/if}} {{/if}} diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index 7c62f78ea8..0b718eb268 100644 --- a/ghost/admin/app/styles/layouts/members.css +++ b/ghost/admin/app/styles/layouts/members.css @@ -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; } \ No newline at end of file