mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
5 lines
101 B
CSS
5 lines
101 B
CSS
.input {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|