Remove GIOT sign-in button [GIOT-55]

This commit is contained in:
Oleksii Kriuchykhin 2017-10-09 11:56:46 +02:00
parent c44c5b37bb
commit bd26052110
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: