refactor: add padding between social login button
This commit is contained in:
parent
bd9f14d696
commit
db08152710
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue