1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00

Remove margin when no login buttons are present

This commit is contained in:
Toby Zerner
2015-09-15 13:04:28 +09:30
parent 9a10daaaf9
commit 23062c6d0a

View File

@@ -3,9 +3,13 @@
}
.LogInButtons {
width: 200px;
margin: 0 auto 20px;
margin: 0 auto;
.LogInButton {
margin-bottom: 5px;
&:last-child {
margin-bottom: 20px;
}
}
}