mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 13:53:59 +01:00
5 lines
101 B
CSS
5 lines
101 B
CSS
.input {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|