FIX: Button styling and label (#79)
This commit is contained in:
parent
5110bad8f5
commit
d42e003383
|
@ -1,3 +0,0 @@
|
||||||
.btn-social.steam {
|
|
||||||
background: #000;
|
|
||||||
}
|
|
|
@ -3,5 +3,5 @@ en:
|
||||||
login:
|
login:
|
||||||
steam:
|
steam:
|
||||||
name: "Steam"
|
name: "Steam"
|
||||||
title: "with Steam"
|
title: "Log in with Steam"
|
||||||
message: "Authenticating with Steam (make sure pop up blockers are not enabled)"
|
message: "Authenticating with Steam (make sure pop up blockers are not enabled)"
|
||||||
|
|
|
@ -17,8 +17,6 @@ gem "omniauth-steam", "1.0.6"
|
||||||
|
|
||||||
register_svg_icon "fab-steam" if respond_to?(:register_svg_icon)
|
register_svg_icon "fab-steam" if respond_to?(:register_svg_icon)
|
||||||
|
|
||||||
register_asset "stylesheets/steam-login.scss"
|
|
||||||
|
|
||||||
%w[
|
%w[
|
||||||
../lib/auth/steam_authenticator.rb
|
../lib/auth/steam_authenticator.rb
|
||||||
../lib/validators/enable_steam_logins_validator.rb
|
../lib/validators/enable_steam_logins_validator.rb
|
||||||
|
|
Loading…
Reference in New Issue