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