mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-08 00:45:52 +00:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
13 lines
210 B
CSS
13 lines
210 B
CSS
.type {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
}
|