#30: update styles
This commit is contained in:
parent
cec46912a9
commit
6e1798729e
|
@ -10,4 +10,7 @@ article {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.facebook {
|
||||||
|
margin-right: -4px;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -34,6 +34,9 @@ article {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.facebook {
|
||||||
|
margin-right: -4px;
|
||||||
|
}
|
||||||
.other {
|
.other {
|
||||||
.left {
|
.left {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
- resource_class.omniauth_providers.each do |provider|
|
- resource_class.omniauth_providers.each do |provider|
|
||||||
= link_to omniauth_authorize_path(resource_name, provider) do
|
= link_to omniauth_authorize_path(resource_name, provider) do
|
||||||
- provider = provider.to_s.gsub(/_oauth2/,'')
|
- provider = provider.to_s.gsub(/_oauth2/,'')
|
||||||
= image_tag("#{provider}.png", :alt => provider)
|
= image_tag("#{provider}.png", :alt => provider, :class => provider)
|
||||||
.both
|
.both
|
Loading…
Reference in New Issue