Sonarr/frontend/src/Components/Form/PasswordInput.css
2019-07-22 19:44:07 -07:00

5 lines
101 B
CSS

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