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:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user