This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/resources/css/components/table.sss

14 lines
209 B
Plaintext
Raw Normal View History

2019-07-08 19:41:58 +00:00
.table
@apply w-full
th
@apply bg-gray-200 text-left
th,
td
@apply px-4 py-2 border border-solid border-gray-300
table.is-striped
tbody > tr:not(:nth-child(odd)) td
@apply bg-gray-100