mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Use SCSS nesting for .login-form in portico.scss.
This commit is contained in:
parent
48873669e8
commit
f6e70cefdf
@ -999,6 +999,11 @@ input.new-organization-button {
|
||||
/* plus input padding. */
|
||||
width: calc(300px - -28px);
|
||||
margin-bottom: 10px;
|
||||
|
||||
.direct-label {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-form,
|
||||
@ -1012,11 +1017,6 @@ input.new-organization-button {
|
||||
}
|
||||
}
|
||||
|
||||
.login-form .direct-label {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.login-forgot-password {
|
||||
float: right;
|
||||
line-height: 40px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user