checboxes for small cards. does not work yet.

This commit is contained in:
jonaswinkler
2020-12-11 17:35:21 +01:00
parent 6a648fc62c
commit 3b70827647
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;
}