Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ <h4 id="loginHeaderSubTitle">The fastest webmail app on the planet</h4>
<mat-checkbox name="is_keep_logged" class="login-checkbox" title="Stay logged into Runbox until logging out manually" ngModel>Stay logged in</mat-checkbox><br />
<mat-checkbox name="is_use_rmm6" id="useRmm6" class="login-checkbox" title="Use Runbox 6, the previous version of Runbox" ngModel>Use Runbox 6</mat-checkbox>
</div>
<div id='norwegian' class="login-link">
<a href="https://runbox.no/mail">Use Norwegian legacy webmail</a>
</div>
<div id='forgotPassword' class="login-link">
<a href="/pw_reset">Forgot password?</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@ div.loginScreen {
border-right: 1px solid #949494;
}

#forgotPassword, #createAccount {
margin: 1em;
#forgotPassword, #createAccount, #norwegian {
margin: 0.5em;
font-size: 13px;
}
}
Expand Down
Loading