mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:22:41 +08:00
Remove margin when no login buttons are present
This commit is contained in:
parent
90a3bff638
commit
d9062ced96
@ -3,9 +3,13 @@
|
||||
}
|
||||
.LogInButtons {
|
||||
width: 200px;
|
||||
margin: 0 auto 20px;
|
||||
margin: 0 auto;
|
||||
|
||||
.LogInButton {
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user