calcom/styles/components/table.css
Alex van Andel 03f583b021 Save WIP
2021-06-14 18:53:20 +00:00

8 lines
No EOL
119 B
CSS

table tbody tr:nth-child(odd) {
@apply bg-gray-50;
}
.highlight-odd > *:nth-child(odd) {
@apply bg-gray-50;
}