mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 18:54:54 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
24 lines
327 B
CSS
24 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;
|
|
}
|