mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Remove GIOT sign-in button [GIOT-55]
This commit is contained in:
parent
c44c5b37bb
commit
bd26052110
3 changed files with 0 additions and 24 deletions
|
@ -338,28 +338,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.btn-omniauth-login {
|
||||
background-color: $color-theme-primary;
|
||||
color: $color-white;
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:active:focus {
|
||||
background-color: darken($color-theme-primary, 5%);
|
||||
color: $color-white;
|
||||
|
||||
&:hover {
|
||||
background-color: darken($color-theme-primary, 10%);
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: darken($color-theme-primary, 5%);
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-open-file {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
<% end -%>
|
||||
|
||||
<%- if devise_mapping.omniauthable? && resource_class.omniauth_providers.any? %>
|
||||
<br><strong><p><%= t("devise.links.more_sign_in_options") %></p></strong>
|
||||
<div data-hook="omniauth-sign-in-links"></div>
|
||||
<% end -%>
|
||||
|
|
|
@ -44,7 +44,6 @@ en:
|
|||
forgot: "Forgot your password?"
|
||||
not_receive_confirmation: "Didn't receive confirmation instructions?"
|
||||
not_receive_unlock: "Didn't receive unlock instructions?"
|
||||
more_sign_in_options: "You can also:"
|
||||
sign_in_provider: "Sign in with %{provider}"
|
||||
|
||||
helpers:
|
||||
|
|
Loading…
Reference in a new issue