41 lines
722 B
SCSS
41 lines
722 B
SCSS
@import '../../../../assets/@theme/styles/themes';
|
|
|
|
.comment-table {
|
|
// width: calc(78vw - 18%);
|
|
width: 90vw;
|
|
|
|
.comment-cell {
|
|
// Add style here
|
|
height: 4.5rem !important;
|
|
max-height: 4.5rem !important;
|
|
}
|
|
|
|
.comment-cell:hover {
|
|
// cursor: default;
|
|
background-color: nb-theme(color-basic-transparent-focus);
|
|
}
|
|
|
|
.related-finding-cell {
|
|
// cursor: pointer;
|
|
font-family: Courier, serif;
|
|
color: nb-theme(color-info-default);
|
|
}
|
|
|
|
.cell-actions {
|
|
width: max-content;
|
|
max-width: 200px;
|
|
|
|
.add-comment-button {
|
|
.new-comment-icon {
|
|
padding-right: 0.5rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.error-text {
|
|
padding-top: 0.5rem;
|
|
font-size: 1.25rem;
|
|
font-weight: bold;
|
|
}
|