portico: Add hover styling to Atlassian migration guide on /hello.

I changed the element to be  a `p` instead of `div` because the styling
for `a`s inside paragraphs is already there and the element should
anyway be a paragraph.

Fixes part of #12853.
This commit is contained in:
Alexandra Ciobica
2019-08-20 23:02:06 +03:00
committed by Tim Abbott
parent 5b64a27597
commit 8828ef72fe
2 changed files with 3 additions and 2 deletions

View File

@@ -1991,6 +1991,7 @@ nav ul li.active::after {
margin-top: 60px;
text-align: center;
font-size: 1.3rem;
font-weight: 300;
}
.portico-landing.hello .call-to-action-bottom .zulip-octopus {

View File

@@ -542,10 +542,10 @@
{{ _('Sign up now') }}
</a>
{% endif %}
<div class="atlassian-migration">
<p class="atlassian-migration">
Migrating from HipChat or Stride?
Check out our <a href="/atlassian">Atlassian migration guide</a>.
</div>
</p>
<div class="zulip-octopus"></div>
</div>
</div>