Files
Prowlarr-Prowlarr/frontend/src/Components/Form/PasswordInput.css
2019-06-11 22:07:34 -04:00

6 lines
101 B
CSS

.input {
composes: input from '~Components/Form/TextInput.css';
font-family: $passwordFamily;
}