2020-12-13 14:10:55 +01:00
|
|
|
@import "/src/theme";
|
|
|
|
|
|
2021-03-11 15:54:30 -08:00
|
|
|
.card-text {
|
|
|
|
|
font-size: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
2020-10-27 01:10:18 +01:00
|
|
|
.doc-img {
|
2020-12-07 22:29:51 +01:00
|
|
|
object-fit: cover;
|
2021-02-12 18:20:17 +01:00
|
|
|
object-position: top left;
|
2021-03-12 06:30:03 -08:00
|
|
|
height: 175px;
|
2020-12-13 14:10:55 +01:00
|
|
|
mix-blend-mode: multiply;
|
2020-12-11 17:35:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.document-card-check {
|
2020-12-14 23:14:04 -08:00
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
|
|
.custom-control {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
margin-right: -3px;
|
|
|
|
|
}
|
2020-12-11 17:35:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.document-card:hover .document-card-check {
|
|
|
|
|
display: block;
|
2020-12-13 14:10:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-selected {
|
|
|
|
|
border-color: $primary;
|
2020-12-14 23:14:04 -08:00
|
|
|
|
|
|
|
|
.document-card-check {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2020-12-13 14:10:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-img-background-selected {
|
|
|
|
|
background-color: $primaryFaded;
|
2020-12-14 23:14:04 -08:00
|
|
|
}
|
2021-03-11 15:54:30 -08:00
|
|
|
|
2021-03-12 07:15:00 -08:00
|
|
|
.card-info {
|
2021-03-11 15:54:30 -08:00
|
|
|
line-height: 1;
|
|
|
|
|
|
2021-03-12 06:30:03 -08:00
|
|
|
button {
|
2021-03-11 15:54:30 -08:00
|
|
|
line-height: 1;
|
2021-03-12 06:30:03 -08:00
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
background-color: transparent !important;
|
2021-03-12 19:59:45 -08:00
|
|
|
color: $primary;
|
2021-03-12 06:30:03 -08:00
|
|
|
}
|
2021-03-11 15:54:30 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metadata-icon {
|
|
|
|
|
width: 0.8rem;
|
|
|
|
|
height: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-footer .btn {
|
|
|
|
|
padding-top: .10rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep .tooltip-inner {
|
|
|
|
|
text-align: left !important;
|
2021-03-12 20:15:18 -08:00
|
|
|
font-size: 90%;
|
2021-03-11 15:54:30 -08:00
|
|
|
}
|