calcom/styles/components/table.css
2021-06-03 20:55:34 +00:00

4 lines
No EOL
57 B
CSS

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