Commit 9d074792 authored by Robert Knight's avatar Robert Knight

Merge pull request #3162 from hypothesis/copy-tweaks-logged-out-message

Minor copy and style tweaks to the logged-out message
parents 9f768898 b07176aa
......@@ -7,13 +7,7 @@
flex-direction: column;
}
.loggedout-message-actions {
margin: auto;
width: 75%;
text-align: center;
}
.loggedout-message-actions__link {
.loggedout-message__link {
text-decoration: underline;
color: $dg-3;
......
......@@ -41,16 +41,13 @@
ng-show="vm.shouldShow()">
</li>
<li class="loggedout-message" ng-if="isSidebar && shouldShowLoggedOutMessage()" ng-cloak>
This is a public annotation created with Hypothes.is
<span class="loggedout-message-actions">
<a class="loggedout-message-actions__link" href="{{ register_url }}" target="_blank">
Sign up
</a>
for a free account or
<a class="loggedout-message-actions__link" href="" ng-click="login()">
log in
</a>
to reply or create a new annotation
<span>
This is a public annotation created with Hypothesis.
<br>
To reply or make your own annotations on this document,
<a class="loggedout-message__link" href="{{ register_url }}" target="_blank">create a free account</a>
or
<a class="loggedout-message__link" href="" ng-click="login()">sign in</a>.
</span>
<span class="loggedout-message-logo">
<a href="https://hypothes.is">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment