Files
stash/ui/v2.5/src/components/SceneFilenameParser/styles.scss
Infinite cdadb66d85 Remove or exempt all uses of 'any
* Refactored LocalForage
* Refactored SceneFilenameParser
2020-03-01 21:04:37 +01:00

46 lines
597 B
SCSS

.scene-parser-results {
margin-left: 31ch;
overflow-x: auto;
}
.scene-parser-row {
.parser-field-filename {
left: 1ch;
position: absolute;
width: 30ch;
}
.parser-field-title {
width: 40ch;
}
.parser-field-date {
width: 13ch;
}
.parser-field-performers {
width: 30ch;
}
.parser-field-tags {
width: 30ch;
}
.parser-field-studio {
width: 20ch;
}
.form-control {
min-width: 10ch;
}
.form-control + .form-control {
margin-top: .5rem;
}
.badge-items {
background-color: #e9ecef;
margin-bottom: .25rem;
}
}