2020-12-11 17:35:21 +01:00

13 lines
181 B
SCSS

.doc-img {
object-fit: cover;
object-position: top;
height: 200px;
}
.document-card-check {
display: none
}
.document-card:hover .document-card-check {
display: block;
}