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

Set focus color #172

Open rawsh opened 6 years ago

rawsh commented 6 years ago
.btn-google.focus, .btn-google:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 75, 57, .5) !important;
}
.btn-github.focus, .btn-github:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5) !important;
}