Merge pull request #3071 from matrix-org/t3chguy/authentication_password_field

Switch ugly password boxes to Field or styled input
This commit is contained in:
J. Ryan Stinnett
2019-06-19 09:31:11 +01:00
committed by GitHub
4 changed files with 35 additions and 27 deletions
@@ -55,4 +55,8 @@ limitations under the License.
.mx_InteractiveAuthEntryComponents_termsPolicy {
display: block;
}
}
.mx_InteractiveAuthEntryComponents_passwordSection {
width: 300px;
}
@@ -21,3 +21,7 @@ limitations under the License.
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section {
margin-top: 60px;
}
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section .mx_Field {
width: 300px;
}