mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 lines
101 B
CSS
5 lines
101 B
CSS
.input {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|