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 @@ ...@@ -7,13 +7,7 @@
flex-direction: column; flex-direction: column;
} }
.loggedout-message-actions { .loggedout-message__link {
margin: auto;
width: 75%;
text-align: center;
}
.loggedout-message-actions__link {
text-decoration: underline; text-decoration: underline;
color: $dg-3; color: $dg-3;
......
...@@ -41,16 +41,13 @@ ...@@ -41,16 +41,13 @@
ng-show="vm.shouldShow()"> ng-show="vm.shouldShow()">
</li> </li>
<li class="loggedout-message" ng-if="isSidebar && shouldShowLoggedOutMessage()" ng-cloak> <li class="loggedout-message" ng-if="isSidebar && shouldShowLoggedOutMessage()" ng-cloak>
This is a public annotation created with Hypothes.is <span>
<span class="loggedout-message-actions"> This is a public annotation created with Hypothesis.
<a class="loggedout-message-actions__link" href="{{ register_url }}" target="_blank"> <br>
Sign up To reply or make your own annotations on this document,
</a> <a class="loggedout-message__link" href="{{ register_url }}" target="_blank">create a free account</a>
for a free account or or
<a class="loggedout-message-actions__link" href="" ng-click="login()"> <a class="loggedout-message__link" href="" ng-click="login()">sign in</a>.
log in
</a>
to reply or create a new annotation
</span> </span>
<span class="loggedout-message-logo"> <span class="loggedout-message-logo">
<a href="https://hypothes.is"> <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