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

6 lines
100 B
CSS

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