1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Improve LoginButton styles, make popup window smaller

This commit is contained in:
Toby Zerner
2015-12-05 15:19:24 +10:30
parent 387109002e
commit b0b3af0305
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
.LogInButton {
&:extend(.Button--block);
.Button-icon {
font-size: 18px;
vertical-align: -1px;
margin-right: 5px;
}
}
.LogInButtons {
width: 200px;