summaryrefslogtreecommitdiff
path: root/src/modules/result/components/table.module.css
blob: 2681ae6945dd936387b4f7f4dc26581180e12c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.thead {
  @apply text-xs sticky top-0 z-20;
}

.tbody {
  @apply text-sm;
}

.th,
.td,
.tdChild {
  @apply py-2 px-2 text-center;
}

.td[aria-label="name"] {
  @apply sticky left-0 z-10 bg-gray-50;
}

.th {
  @apply whitespace-nowrap font-medium py-3 bg-neutral-100 
    first:rounded-md 
    last:rounded-md;
}