Add intro, fix topbar on mobile, fix filter button #166

Merged
raucao merged 3 commits from feature/welcome_text into master 2019-11-27 12:50:31 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 42304a8e27 - Show all commits
@@ -8,7 +8,7 @@
<span class="core-flag">(core)</span>
{{/if}}
{{else}}
Anonymous
<span class="anonymous">Anonymous</span>
<button {{action "signup"}} class="small">Sign up</button>
{{#if showConnectButton}}
<button {{action "connectAccount"}} class="small green">Connect account</button>
@@ -8,4 +8,10 @@ header#topbar section#user-account {
margin-left: 0.6rem;
}
@include media-max(small) {
.anonymous {
display: none;
}
}
}