fix auth button css commento

This commit is contained in:
wgroeneveld 2020-04-14 09:47:40 +02:00
parent 509ee7efaa
commit d2bf793c27
1 changed files with 18 additions and 11 deletions

View File

@ -20,21 +20,28 @@
.commento-google-button:before {
content: "\f1a0";
}
.commento-github-button:before {
content: "\f09b";
}
.commento-twitter-button:before {
content: "\f099";
}
.commento-google-button:before,
.commento-github-button:beforem
.commento-twitter-button:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 3px;
vertical-align: middle;
width: auto !important;
}
.commento-github-button:before {
content: "\f09b";
font-family: FontAwesome;
display: inline-block;
padding-right: 3px;
vertical-align: middle;
}
.commento-twitter-button:before {
content: "\f099";
font-family: FontAwesome;
display: inline-block;
padding-right: 3px;
vertical-align: middle;
}
.commento-oauth-buttons button {
width: auto !important;
}
.commento-root a,