mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 10:16:41 +00:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 lines
101 B
CSS
6 lines
101 B
CSS
.input {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
font-family: $passwordFamily;
|
|
}
|