mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 01:38:16 +02:00
social icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
BIN
public/images/facebook_login.png
Normal file
BIN
public/images/facebook_login.png
Normal file
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>
|
||||
|
||||
Reference in New Issue
Block a user