1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-11 20:25:32 -04:00
Files
Sonarr/frontend/src/Components/Form/PasswordInput.css
2019-07-22 19:44:07 -07:00

6 lines
101 B
CSS

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