Fix Steam icon to use Font Awesome
.btn-social.steam:before content is now: "\f1b6"
This commit is contained in:
parent
34c4ef7158
commit
f09c145edc
|
@ -1,6 +1,6 @@
|
||||||
# name: Steam authentication with Discourse
|
# name: Steam authentication with Discourse
|
||||||
# about: Authenticate with Discourse with Steam
|
# about: Authenticate with Discourse with Steam
|
||||||
# version: 1.0.0
|
# version: 1.1.0
|
||||||
# author: J. de Faye
|
# author: J. de Faye
|
||||||
# template author: S. Saffron
|
# template author: S. Saffron
|
||||||
|
|
||||||
|
@ -53,12 +53,11 @@ auth_provider title: 'with Steam',
|
||||||
register_css <<CSS
|
register_css <<CSS
|
||||||
|
|
||||||
.btn-social.steam {
|
.btn-social.steam {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #EFE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-social.steam:before {
|
.btn-social.steam:before {
|
||||||
content: "b";
|
content:"\f1b6";
|
||||||
}
|
}
|
||||||
|
|
||||||
CSS
|
CSS
|
Loading…
Reference in New Issue