paperless-ngx/src-ui/src/app/components/document-comment/document-comment.component.scss

22 lines
398 B
SCSS
Raw Normal View History

2022-08-07 12:41:30 -07:00
.comment-card-body {
padding-top: .8rem !important;
padding-bottom: .8rem !important;
max-height: 10rem;
overflow: scroll;
white-space: pre-wrap;
}
.comment-card-header a {
border: none;
background: none;
padding: 5px;
border-radius: 50%;
}
.comment-card-header a:hover {
background: #FFF;
}
.comment-card-header a:hover svg {
fill: var(--primary);
}