social icons

v1.18.x
Julian Lam 12 years ago
parent 0929800d96
commit d5dc81b63c

@ -235,25 +235,23 @@ footer.footer {
.pointer;
&.google {
width: 202px;
width: 32px;
height: 32px;
background-image: url('../images/google_login.png');
&:hover {
background-position-x: -265px;
}
&:active {
background-position-x: -535px;
}
}
&.twitter {
width: 158px;
height: 28px;
width: 32px;
height: 32px;
background-image: url('../images/twitter_login.png');
}
&.facebook {
width: 32px;
height: 32px;
background-image: url('../images/facebook_login.png');
}
&.active {
.inline-block;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -17,7 +17,7 @@
<ul class="alt-logins">
<li data-url="/auth/twitter" class="twitter {twitter:display}"></li>
<li data-url="/auth/google" class="google {google:display}"></li>
<li data-url="/auth/facebook" class="facebook {facebook:display}">Login via Facebook</li>
<li data-url="/auth/facebook" class="facebook {facebook:display}"></li>
</ul>
</div>
</div>

Loading…
Cancel
Save