mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
36 lines
490 B
SCSS
36 lines
490 B
SCSS
@import "/src/theme";
|
|
|
|
.result-content {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.doc-img {
|
|
object-fit: cover;
|
|
object-position: top;
|
|
height: 100%;
|
|
position: absolute;
|
|
mix-blend-mode: multiply;
|
|
}
|
|
|
|
.search-score-bar {
|
|
width: 100px;
|
|
height: 5px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.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;
|
|
}
|