Use utilities

This commit is contained in:
Oliver Davies 2018-10-04 00:49:46 +01:00
parent 04aa984007
commit 5b1fb98c45

View file

@ -1,19 +1,17 @@
.table-collapse .table-collapse
border-collapse: collapse @apply border-collapse
.table-responsive .table-responsive
@apply .mb-4 .border .w-full @apply mb-4 border w-full overflow-x-auto overflow-y-hidden
overflow-x: auto
overflow-y: hidden
table table
@apply .mb-0 .border-0 .whitespace-no-wrap @apply mb-0 border-0 whitespace-no-wrap
.table .table
@apply .w-full .table-collapse @apply w-full table-collapse
tr:nth-child(odd) tr:nth-child(odd)
@apply .bg-grey-lighter @apply bg-grey-lighter
tr th tr th
@apply text-left p-3 bg-white @apply text-left p-3 bg-white