1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 00:31:17 +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 { .LogInButtons {
width: 200px; width: 200px;
margin: 0 auto 20px; margin: 0 auto;
.LogInButton { .LogInButton {
margin-bottom: 5px; margin-bottom: 5px;
&:last-child {
margin-bottom: 20px;
}
} }
} }