Style small auth buttons similarly to preferred auth buttons
This commit is contained in:
parent
b73f5d940c
commit
24ccba60cb
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ module UserHelper
|
|||
:size => "36"),
|
||||
auth_path(options.merge(:provider => provider)),
|
||||
:method => :post,
|
||||
:class => "auth_button btn btn-light p-2",
|
||||
:class => "auth_button btn btn-outline-secondary border p-2",
|
||||
:title => t("application.auth_providers.#{provider}.title")
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue