Merge pull request #814 from okriuchykhin/ok_GIOT_55

Remove GIOT sign-in button [GIOT-55]
This commit is contained in:
okriuchykhin 2017-10-10 17:04:34 +02:00 committed by GitHub
commit 0d3cb3a129
3 changed files with 0 additions and 24 deletions

View file

@ -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;

View file

@ -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 -%>

View file

@ -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: