Switch ugly password boxes to Field or styled input

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-06-06 09:16:28 +01:00
parent 97019fbfb5
commit bd0e676b46
3 changed files with 32 additions and 22 deletions

View file

@ -21,3 +21,10 @@ limitations under the License.
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section {
margin-top: 60px;
}
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section input {
width: 300px;
border: 1px solid $accent-color;
border-radius: 5px;
padding: 10px;
}