mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Manual Import episodes
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user