paperless-ngx/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss

18 lines
233 B
SCSS
Raw Normal View History

2020-10-27 01:10:18 +01:00
.result-content {
color: darkgray;
2020-12-16 00:14:32 +01:00
overflow-wrap: anywhere;
2020-10-27 01:10:18 +01:00
}
.doc-img {
object-fit: cover;
object-position: top;
height: 100%;
position: absolute;
2020-12-17 23:41:46 +01:00
}
.search-score-bar {
width: 100px;
height: 5px;
margin: 10px;
2020-10-27 01:10:18 +01:00
}