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

13 lines
181 B
SCSS
Raw Normal View History

2020-10-27 01:10:18 +01:00
.doc-img {
2020-12-07 22:29:51 +01:00
object-fit: cover;
object-position: top;
2020-11-22 21:06:48 +01:00
height: 200px;
}
.document-card-check {
display: none
}
.document-card:hover .document-card-check {
display: block;
2020-10-27 01:10:18 +01:00
}