selection for small cards

This commit is contained in:
jonaswinkler
2020-12-13 14:10:55 +01:00
parent 1ab8747d20
commit 1f86023af8
5 changed files with 32 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
@import "/src/theme";
.doc-img {
object-fit: cover;
object-position: top;
height: 200px;
mix-blend-mode: multiply;
}
.document-card-check {
@@ -10,4 +13,12 @@
.document-card:hover .document-card-check {
display: block;
}
.card-selected {
border-color: $primary;
}
.doc-img-background-selected {
background-color: $primaryFaded;
}