2025-08-04 13:59:42 -07:00
|
|
|
.viewer-table {
|
2025-07-25 15:01:31 -07:00
|
|
|
border-collapse: collapse;
|
2025-08-04 13:59:42 -07:00
|
|
|
height: 1px; // css hack to make percentage based cell heights work
|
2025-07-25 15:01:31 -07:00
|
|
|
|
2025-08-04 13:59:42 -07:00
|
|
|
&__column-header {
|
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
|
border-top: none;
|
|
|
|
|
font-family: "Funnel Sans";
|
|
|
|
|
background: #0001;
|
|
|
|
|
height: 100%; // css hack to make percentage based cell heights work
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|
text-align: left;
|
2025-07-25 15:01:31 -07:00
|
|
|
|
2025-08-04 13:59:42 -07:00
|
|
|
&:first-child {
|
|
|
|
|
border-left: none;
|
|
|
|
|
}
|
2025-07-25 15:01:31 -07:00
|
|
|
}
|
|
|
|
|
|
2025-08-04 13:59:42 -07:00
|
|
|
&__actions-header {
|
2025-07-25 15:01:31 -07:00
|
|
|
border: none;
|
|
|
|
|
background: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-04 13:59:42 -07:00
|
|
|
&__td {
|
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
|
height: 100%; // css hack to make percentage based cell heights work
|
|
|
|
|
padding: 0;
|
2025-07-25 15:01:31 -07:00
|
|
|
|
2025-08-04 13:59:42 -07:00
|
|
|
&:first-child {
|
|
|
|
|
border-left: none;
|
|
|
|
|
}
|
2025-07-25 15:01:31 -07:00
|
|
|
}
|
|
|
|
|
}
|