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.
Lidarr/UI/Series/details.less

43 lines
515 B

@import "../shared/Styles/clickable.less";
.series-season {
.episode-number-cell {
width: 22px;
}
.episode-air-date-cell {
width: 150px;
}
.episode-status-cell {
width: 100px;
}
.episode-title-cell {
cursor: pointer;
}
}
.episode-detail-modal {
.episode-overview {
font-style: italic;
}
.episode-file-info {
margin-top: 30px;
font-size: 12px;
}
}
.season-grid {
.toggle-cell {
width: 10px;
}
}
.season-search {
.clickable;
font-size: 24px;
}