Fix home page login buttons (#209)
This commit is contained in:
parent
12adea7b83
commit
610ae3da22
2 changed files with 9 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue