Added footer link to Marketplace in theme directory

This commit is contained in:
Sanne de Vries 2021-10-13 16:40:46 +02:00
parent 917d96efcb
commit ede7ef12fa
2 changed files with 27 additions and 4 deletions

View File

@ -1438,10 +1438,6 @@ p.theme-validation-details {
flex-direction: column;
}
.gh-nav-bottom .gh-nav-design-tab.active {
background: var(--mainmenu-color-hover-bg);
}
.gh-nav-bottom .gh-nav-design-tab span {
display: flex;
align-items: center;
@ -1631,6 +1627,27 @@ p.theme-validation-details {
padding: 8px 0 0;
}
.gh-theme-directory-footer-container {
width: 100%;
background: var(--main-color-content-greybg);
}
.gh-theme-directory-footer {
display: block;
max-width: var(--main-layout-content-maxwidth);
margin: 0 auto;
padding: var(--main-layout-content-sidepadding) 48px;
color: var(--darkgrey-l1);
font-size: 1.6rem;
background: var(--main-color-content-greybg);
}
.gh-theme-directory-footer .link {
color: var(--green-d1);
font-weight: 500;
}
.gh-theme-preview {
max-width: none;
padding: 0 80px 48px;

View File

@ -30,4 +30,10 @@
</div>
</div>
</section>
</section>
<section class="gh-theme-directory-footer-container">
<a href="https://ghost.org/themes/" target="_blank" rel="noopener noreferrer" class="gh-theme-directory-footer">
See more themes, free and premium, in <span class="link">our official marketplace →</span>
</a>
</section>