2020-12-18 14:09:12 +01:00

18 lines
236 B
SCSS

.result-content {
color: darkgray;
overflow-wrap: anywhere;
}
.doc-img {
object-fit: cover;
object-position: top;
height: 100%;
position: absolute;
}
.search-score-bar {
width: 100px;
height: 5px;
margin-top: 2px;
}