Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google sign-In Branding not compliant #177

Open
omarkounda opened this issue Nov 27, 2018 · 3 comments
Open

Google sign-In Branding not compliant #177

omarkounda opened this issue Nov 27, 2018 · 3 comments

Comments

@omarkounda
Copy link

Hi , I just received this email from Google after submitting the app for verification.
Are you planning any update ?

Dear Developer,

Thank you for submitting a verification request. To proceed with the approval process, please ensure that your project --------- is in compliance with the following requirements. Google Sign-In Branding The Google sign-in button on your project's homepage URL is not compliant with the Google sign-in branding guidelines. Please update the Google sign-in button on your website according to Google sign-in branding guidelines. Thank you for your patience. Please reply back to this email after your project is in compliance with the requirements above.

@alb-xss
Copy link

alb-xss commented Jan 30, 2019

Red color (related to Google+) must be dropped according the new branding guidelines.
Here more information: https://developers.google.com/identity/branding-guidelines

@TimothyBramlett
Copy link

Is there a plan to make the Google Sign-In Compliant?

@holtkamp
Copy link

@TimothyBramlett this might be a workaround to overrule this library settings:

.btn-social.btn-google {
    background-color: #FFFFFF;
    color: #1F1F1F;
    font-family: Roboto, Arial, sans-serif;
}

.btn-social.btn-google > :first-child {
    color: transparent;
    background-image: url('https://fonts.gstatic.com/s/i/productlogos/googleg/v6/24px.svg');
    background-position: center;
    background-repeat: no-repeat;
}

Screenshot 2023-11-29 at 12 36 51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants