mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 02:32:27 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
18 lines
293 B
CSS
18 lines
293 B
CSS
.link {
|
|
composes: link from '~Components/Link/Link.css';
|
|
|
|
display: block;
|
|
}
|
|
|
|
.freeSpace,
|
|
.unmappedFolders {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 150px;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 45px;
|
|
}
|