checboxes for small cards. does not work yet.

This commit is contained in:
jonaswinkler 2020-12-11 17:35:21 +01:00
parent 66240188c7
commit d1d09ac6ac
3 changed files with 20 additions and 1 deletions

View file

@ -2,4 +2,12 @@
object-fit: cover;
object-position: top;
height: 200px;
}
.document-card-check {
display: none
}
.document-card:hover .document-card-check {
display: block;
}