lipis / bootstrap-social

:couple: Social Sign-In Buttons for Bootstrap
https://lipis.github.io/bootstrap-social/
MIT License
2.91k stars 821 forks source link

Google sign-In Branding not compliant #177

Open ghost opened 5 years ago

ghost commented 5 years ago

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 commented 5 years ago

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

TimothyBramlett commented 4 years ago

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

holtkamp commented 11 months ago

@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