mirror of https://github.com/zulip/zulip.git
css: Reorder `.login-form` in portico.scss.
This commit is contained in:
parent
51f5475ac8
commit
cdbdffe92d
|
@ -975,13 +975,6 @@ input#terminal:checked ~ #tab-terminal {
|
|||
}
|
||||
}
|
||||
|
||||
.login-form {
|
||||
margin: auto;
|
||||
/* plus input padding. */
|
||||
width: calc(300px + 28px);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.register-form {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
|
@ -1001,6 +994,13 @@ input.new-organization-button {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
margin: auto;
|
||||
/* plus input padding. */
|
||||
width: calc(300px - -28px);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.login-form .control-label,
|
||||
.register-form .control-label {
|
||||
margin-bottom: 2px;
|
||||
|
|
Loading…
Reference in New Issue