mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 14:44:03 +08:00
12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
.LogInButton {
|
|
&:extend(.Button--block);
|
|
}
|
|
.LogInButtons {
|
|
width: 200px;
|
|
margin: 0 auto 20px;
|
|
|
|
.LogInButton {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|