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.
89 lines
1007 B
89 lines
1007 B
.cell {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.status {
|
|
composes: cell;
|
|
|
|
flex: 0 0 30px;
|
|
}
|
|
|
|
.alreadyExistsIcon {
|
|
width: 20px !important;
|
|
color: #37bc9b;
|
|
pointer-events: all;
|
|
}
|
|
|
|
.exclusionIcon {
|
|
width: 20px !important;
|
|
color: $dangerColor;
|
|
pointer-events: all;
|
|
}
|
|
|
|
.collection,
|
|
.sortTitle {
|
|
composes: cell;
|
|
|
|
flex: 4 0 110px;
|
|
}
|
|
|
|
.studio {
|
|
composes: cell;
|
|
|
|
flex: 2 0 90px;
|
|
}
|
|
|
|
.inCinemas,
|
|
.physicalRelease,
|
|
.digitalRelease,
|
|
.genres {
|
|
composes: cell;
|
|
|
|
flex: 0 0 180px;
|
|
}
|
|
|
|
.certification {
|
|
composes: cell;
|
|
|
|
flex: 0 0 115px;
|
|
}
|
|
|
|
.ratings,
|
|
.runtime {
|
|
composes: cell;
|
|
|
|
flex: 0 0 90px;
|
|
}
|
|
|
|
.lists {
|
|
composes: cell;
|
|
|
|
flex: 1 0 110px;
|
|
}
|
|
|
|
.isRecommendation {
|
|
composes: cell;
|
|
|
|
flex: 0 0 50px;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell;
|
|
|
|
flex: 0 1 90px;
|
|
min-width: 60px;
|
|
}
|
|
|
|
.checkInput {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
|
|
margin-top: 0;
|
|
}
|
|
|
|
.externalLinks {
|
|
margin-right: 0.5em;
|
|
}
|