mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-29 18:34:13 -04:00
6 lines
100 B
CSS
6 lines
100 B
CSS
.input {
|
|
composes: input from 'Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|