Radarr/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusion.css

28 lines
426 B
CSS

.importExclusion {
display: flex;
align-items: stretch;
margin-bottom: 10px;
height: 30px;
border-bottom: 1px solid $borderColor;
line-height: 30px;
}
.movieTitle {
@add-mixin truncate;
flex: 0 0 600px;
}
.tmdbId,
.movieYear {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
}