mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 18:54:03 +01:00
5 lines
101 B
CSS
5 lines
101 B
CSS
.input {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|