Compare commits

..

3 Commits

Author SHA1 Message Date
35472f114c Add additional theme components 2024-02-26 21:14:43 -08:00
b0be1aeee8 Hide lock icon globally 2024-02-26 21:14:00 -08:00
b27e1ccf3b Add login CTA 2024-02-26 21:14:00 -08:00
3 changed files with 3 additions and 18 deletions

View File

@ -3,7 +3,7 @@
There are a lot more discussions going on if you log in! There are a lot more discussions going on if you log in!
</h2> </h2>
<a href="/login" class="widget-button btn btn-primary btn-small sign-up-button btn-text"> <button class="widget-button btn btn-primary btn-small sign-up-button btn-text">
<span class="d-button-label">Log in or Sign Up</span> <span class="d-button-label">Log in or Sign Up</span>
</a> </button>
</div> </div>

View File

@ -7,15 +7,9 @@ html.anon {
body:not(.category-resources) { body:not(.category-resources) {
// Display this message on all pages except in Community Resources // Display this message on all pages except in Community Resources
#login-message { #login-message {
text-align: center;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin: 16px 0;
a:hover {
color: var(--secondary-very-high);
}
} }
} }
} }
@ -589,9 +583,8 @@ html body #main-outlet {
.topic-map, .topic-map,
.topic-avatar, .topic-avatar,
.more-topics__container,
.names.trigger-user-card { // Hide the lock icon in the topic header of the post .names.trigger-user-card { // Hide the lock icon in the topic header of the post
display: none !important; display: none;
} }
.topic-meta-data { .topic-meta-data {

View File

@ -31,15 +31,7 @@
} }
} }
// Sidebar
.sidebar-section[data-section-name="orcashub"] {
// Hide OrcasHub section in the sidebar on desktop since it's show in the header.
display: none !important;
}
// Footer // Footer
.custom-footer { .custom-footer {
.list { .list {
margin: 2rem 5em 4rem; margin: 2rem 5em 4rem;