mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
parent
66a2777677
commit
ed21986cf1
2 changed files with 7 additions and 1 deletions
|
|
@ -115,3 +115,9 @@ p.comment-body {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* omniauth btn grp */
|
||||||
|
#openid-btn-grp{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.text-center
|
.text-center
|
||||||
.btn-group.btn-group-lg
|
.btn-group.btn-group-lg#openid-btn-grp
|
||||||
- omniauth_configured.each do |provider|
|
- omniauth_configured.each do |provider|
|
||||||
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
|
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
|
||||||
id: "omniauth-#{provider}",
|
id: "omniauth-#{provider}",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue