Compare commits

..

1 Commits

2 changed files with 1 additions and 36 deletions

View File

@ -1,9 +0,0 @@
<div id="login-message">
<h3>
There are a lot more discussions going on if you log in!
</h3>
<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>
</button>
</div>

View File

@ -1,19 +1,3 @@
// Login CTA
#login-message {
display: none;
}
html.anon {
body:not(.category-resources) {
// Display this message on all pages except in Community Resources
#login-message {
display: flex;
flex-direction: column;
align-items: center;
}
}
}
// Login form
.login-right-side {
display: none;
@ -551,10 +535,6 @@ html body #main-outlet {
margin-top: 2em;
}
.d-icon-lock {
display: none;
}
// Community Resources Category
.category-resources {
// Topic List
@ -582,15 +562,9 @@ html body #main-outlet {
// Topic Posts
.topic-map,
.topic-avatar,
.names.trigger-user-card { // Hide the lock icon in the topic header of the post
.topic-status { // Hide the lock icon in the topic header of the post
display: none;
}
.topic-meta-data {
display: flex;
justify-content: right;
}
}
// published page additions