Adds padding to the icon in btn-social (#14080)

This commit is contained in:
Søren Kottal
2023-04-18 16:29:31 +02:00
committed by GitHub
parent 11ac2ca971
commit c4cf5f910d

View File

@@ -118,6 +118,11 @@
line-height: 36px;
}
.login-overlay .btn-social > .umb-icon {
padding: 2px;
box-sizing: border-box;
}
.login-overlay .text-error,
.login-overlay .text-info
{