You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
712 B
46 lines
712 B
.cell {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.selectCell {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.status,
|
|
.monitored {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0;
|
|
width: 20px;
|
|
}
|
|
|
|
.statusIcon {
|
|
width: 20px !important;
|
|
}
|
|
|
|
.title {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
flex-shrink: 0;
|
|
min-width: 110px;
|
|
}
|
|
|
|
.books {
|
|
composes: cell;
|
|
|
|
display: flex;
|
|
flex-grow: 4;
|
|
flex-wrap: wrap;
|
|
min-width: 400px;
|
|
}
|