Fix home page login buttons (#209)

This commit is contained in:
Ben Halpern 2018-04-13 19:14:36 -07:00 committed by GitHub
parent 12adea7b83
commit 610ae3da22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -1144,6 +1144,11 @@
display:block;
width:92%;
border-top: 3px solid $light-gray;
&.login-cta-button{
padding:10px 5px;
border-top:0px;
color: $black;
}
&:hover{
text-decoration: underline;
opacity:1;

View file

@ -68,11 +68,11 @@
<div class="widget-body">
<p style="margin-bottom: 12px;">Join thousands of software developers leveling up their code and careers.</p>
<center style="margin-bottom: 12px;">
<a href="/users/auth/twitter?state=navbar_basic" class="cta cta-button" data-no-instant>
TWITTER
<a href="/users/auth/twitter?state=navbar_basic" class="cta cta-button login-cta-button" data-no-instant>
LOG IN WITH TWITTER
</a>
<a href="/users/auth/github?state=navbar_basic" class="cta cta-button" data-no-instant>
GITHUB
<a href="/users/auth/github?state=navbar_basic" class="cta cta-button login-cta-button" data-no-instant>
LOG IN WITH GITHUB
</a>
</center>
</div>