2020-12-22 02:43:18 +01:00
|
|
|
@import "/src/theme";
|
|
|
|
|
|
2020-10-27 01:10:18 +01:00
|
|
|
.result-content {
|
2020-12-16 00:14:32 +01:00
|
|
|
overflow-wrap: anywhere;
|
2020-10-27 01:10:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-img {
|
|
|
|
|
object-fit: cover;
|
2021-02-12 18:20:17 +01:00
|
|
|
object-position: top left;
|
2020-10-27 01:10:18 +01:00
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
2020-12-22 02:43:18 +01:00
|
|
|
mix-blend-mode: multiply;
|
2020-12-17 23:41:46 +01:00
|
|
|
}
|
|
|
|
|
|
2021-01-09 19:53:18 -08:00
|
|
|
.card-title {
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-17 23:41:46 +01:00
|
|
|
.search-score-bar {
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 5px;
|
2021-01-09 19:52:31 -08:00
|
|
|
margin-top: 1px;
|
2020-12-22 02:43:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.document-card-check {
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.document-card:hover .document-card-check {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-selected {
|
|
|
|
|
border-color: $primary;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-img-background-selected {
|
|
|
|
|
background-color: $primaryFaded;
|
2020-12-28 14:20:00 -08:00
|
|
|
}
|
2021-03-12 06:54:22 -08:00
|
|
|
|
2021-03-12 07:15:00 -08:00
|
|
|
.card-info {
|
2021-03-12 06:54:22 -08:00
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metadata-icon {
|
|
|
|
|
width: 0.8rem;
|
|
|
|
|
height: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
}
|