mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
portico: Add return to login button to password reset end.
Previously, we had a "Return to login" button on the previous page of the password reset flow, but none on the final page. Note that this button is only shown in the Zulip Electron app. Fixes #13378.
This commit is contained in:
@@ -633,16 +633,16 @@ button.login-social-button:active {
|
||||
}
|
||||
|
||||
.login-page-container .right-side .actions,
|
||||
.forgot-password-container .actions {
|
||||
.back-to-login-wrapper {
|
||||
margin: 20px 0px 0px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.forgot-password-container .actions {
|
||||
.back-to-login-wrapper {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.forgot-password-container .actions .back-to-login i {
|
||||
.back-to-login-wrapper .back-to-login i {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user