/* 解决图标太大的问题，图标和文字一样大 */
.social-login-buttons img {
    height: calc(var(--text-base));
    margin: auto var(--padding-xs);
}