Additional metadata for small cards

This commit is contained in:
Michael Shamoon 2021-03-11 15:54:30 -08:00
parent 9b7bc16b3e
commit d264df1504
5 changed files with 58 additions and 10 deletions

View file

@ -1,9 +1,13 @@
@import "/src/theme";
.card-text {
font-size: 90%;
}
.doc-img {
object-fit: cover;
object-position: top left;
height: 200px;
height: 190px;
mix-blend-mode: multiply;
}
@ -34,3 +38,24 @@
.doc-img-background-selected {
background-color: $primaryFaded;
}
.card-metadata {
line-height: 1;
.btn {
line-height: 1;
}
.metadata-icon {
width: 0.8rem;
height: 0.8rem;
}
}
.card-footer .btn {
padding-top: .10rem;
}
::ng-deep .tooltip-inner {
text-align: left !important;
}