mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-09 01:16:49 +00:00
19 lines
309 B
CSS
19 lines
309 B
CSS
.interval {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 150px;
|
|
}
|
|
|
|
.lastExecution,
|
|
.nextExecution {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 180px;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 20px;
|
|
}
|