refactor: add padding between social login button

This commit is contained in:
Summayya Hashmani 2021-10-14 15:05:55 +05:30 committed by GitHub
parent bd9f14d696
commit db08152710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ body {
}
.social-logins {
margin: var(--margin-md) 0;
margin-top: var(--margin-md);
font-size: var(--text-md);
.social-login-buttons {
@ -147,7 +147,11 @@ body {
}
min-width: 50%;
padding: 0 4px;
margin-bottom: var(--margin-sm);
margin-bottom: var(--margin-md);
&:last-child {
margin-bottom: 0;
}
}
}
}