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/src/UI/ManualImport/manualimport.less

40 lines
538 B

@import "../Shared/Styles/card.less";
@import "../Shared/Styles/clickable.less";
@import "../Content/Bootstrap/variables";
.manual-import-modal {
.path-cell {
word-break : break-all;
}
.file-size-cell {
min-width : 80px;
}
.editable {
.clickable();
.badge {
.clickable();
}
}
.select-row {
.clickable();
}
.select-folder {
.buttons {
margin-top: 20px;
.row {
margin-top: 10px;
}
}
}
.manual-import-error {
background-color : #fdefef;
}
}