18 lines
236 B
SCSS
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;
|
|
} |