1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 05:46:24 +02:00
Files
php-flarum/less/forum/LogInButton.less
Toby Zerner 6beb4fe898 Add external authenticator (social login) API
Allows registrations to be completed with a pre-confirmed email address
and no password.
2015-09-15 11:27:31 +09:30

12 lines
148 B
Plaintext

.LogInButton {
&:extend(.Button--block);
}
.LogInButtons {
width: 200px;
margin: 0 auto 20px;
.LogInButton {
margin-bottom: 5px;
}
}