oliverdavies.uk/assets/css/components/table.css

14 lines
209 B
CSS
Raw Normal View History

2019-10-06 21:29:11 +00:00
.table
@apply w-full
2019-10-06 21:29:11 +00:00
th
@apply bg-gray-200 text-left
th,
2019-10-06 21:29:11 +00:00
td
@apply px-4 py-2 border border-solid border-gray-300
2019-10-06 21:29:11 +00:00
table.is-striped
tbody > tr:not(:nth-child(odd)) td
@apply bg-gray-100