Files
Bridge-Multi/src-angular/app/components/browse/result-table/result-table.component.scss
2023-11-27 18:53:09 -06:00

26 lines
313 B
SCSS

:host {
display: contents;
}
.ui.checkbox {
display: block;
}
#checkboxColumn {
width: 34.64px;
}
#resultTable {
border-radius: 0px;
thead>tr:first-child>th:first-child,
thead>tr:first-child>th:last-child {
border-radius: 0px;
}
th {
position: sticky;
top: 0;
z-index:1;
}
}