mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-02 22:14:09 +00:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
25 lines
327 B
CSS
25 lines
327 B
CSS
.path {
|
|
margin-left: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.trackFormat {
|
|
margin-left: 5px;
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|
|
|
|
.previews {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.selectAllInputContainer {
|
|
margin-right: auto;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.selectAllInput {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|