UI: Specify social button styling (#12054)

This commit adds more specificity to the social buttons styling.
This commit is contained in:
Jordan Vidrine 2021-02-11 14:32:33 -06:00 committed by GitHub
parent fcf674f106
commit 80bcebb71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@
}
#login-buttons {
.btn {
background-color: #ffffff;
color: #000000;
justify-content: flex-start;
min-width: fit-content;
}