FIX: Button styling and label (#79)

This commit is contained in:
Penar Musaraj 2024-02-15 13:58:28 -05:00 committed by GitHub
parent 5110bad8f5
commit d42e003383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 6 deletions

View File

@ -1,3 +0,0 @@
.btn-social.steam {
background: #000;
}

View File

@ -3,5 +3,5 @@ en:
login:
steam:
name: "Steam"
title: "with Steam"
title: "Log in with Steam"
message: "Authenticating with Steam (make sure pop up blockers are not enabled)"

View File

@ -17,8 +17,6 @@ gem "omniauth-steam", "1.0.6"
register_svg_icon "fab-steam" if respond_to?(:register_svg_icon)
register_asset "stylesheets/steam-login.scss"
%w[
../lib/auth/steam_authenticator.rb
../lib/validators/enable_steam_logins_validator.rb