13 lines
181 B
SCSS
13 lines
181 B
SCSS
.doc-img {
|
|
object-fit: cover;
|
|
object-position: top;
|
|
height: 200px;
|
|
}
|
|
|
|
.document-card-check {
|
|
display: none
|
|
}
|
|
|
|
.document-card:hover .document-card-check {
|
|
display: block;
|
|
} |