mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-01 21:44:13 +00:00
13 lines
208 B
CSS
13 lines
208 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;
|
|
}
|