mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Fix size of GitLab icon in login and signup buttons.
This commit is contained in:
parent
0445311430
commit
9801692a2d
@ -682,6 +682,13 @@ button.login-social-button {
|
||||
}
|
||||
}
|
||||
|
||||
button#login_auth_button_gitlab,
|
||||
button#register_auth_button_gitlab {
|
||||
// GitLab icon size looks a bit inconsistent with others. This fixes it.
|
||||
background-size: auto 90%;
|
||||
background-position-x: 3px;
|
||||
}
|
||||
|
||||
.login-page-container .right-side .actions,
|
||||
.back-to-login-wrapper {
|
||||
margin: 20px 0px 0px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user