Prowlarr/src/UI/ManualImport/manualimport.less
2015-05-05 08:41:39 -07:00

39 lines
538 B
Text

@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;
}
}