message removed; text-input styles changed

This commit is contained in:
svetlagasheva 2020-02-12 12:44:26 +02:00
parent 423dd42a9f
commit a3abce44c9
2 changed files with 1 additions and 10 deletions

View file

@ -48,7 +48,6 @@ const PasswordResetModal = ({ email, onCloseRequest }) => {
}, [routeFocused]);
return (
<ModalDialog className={styles['password-reset-modal-container']} title={'Password reset'} buttons={passwordResetModalButtons} onCloseRequest={onCloseRequest}>
<div className={styles['message']}>Enter your email</div>
<CredentialsTextInput
ref={еmailRef}
className={styles['credentials-text-input']}

View file

@ -1,16 +1,8 @@
.password-reset-modal-container {
.message {
margin-bottom: 1rem;
}
.credentials-text-input {
width: 20rem;
padding: 0.5rem;
background-color: var(--color-surface40);
&:hover, &:focus {
background-color: var(--color-surface60);
}
border: thin solid var(--color-surfacedark);
}
.error-message {