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