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

(cherry picked from commit c4cf5f910d)
This commit is contained in:
Søren Kottal
2023-04-18 16:29:31 +02:00
committed by Sebastiaan Janssen
parent 747f2e7599
commit 81c6a1b8e6

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
{