mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
message removed; text-input styles changed
This commit is contained in:
parent
423dd42a9f
commit
a3abce44c9
2 changed files with 1 additions and 10 deletions
|
|
@ -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']}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue