This commit is contained in:
Oliver Davies 2018-06-06 21:46:10 +01:00
parent 772e19c320
commit c962a84415
12 changed files with 97 additions and 101 deletions

View file

@ -1,23 +1,22 @@
.table-collapse
border-collapse: collapse
border-collapse: collapse
.table-responsive
@apply .mb-4 .border .w-full
overflow-x: auto
overflow-y: hidden
@apply .mb-4 .border .w-full
overflow-x: auto
overflow-y: hidden
table
@apply .mb-0 .border-0 .whitespace-no-wrap
table
@apply .mb-0 .border-0 .whitespace-no-wrap
.table
@apply .w-full
@apply .table-collapse
@apply .w-full .table-collapse
tr:nth-child(odd)
@apply .bg-grey-lighter
tr:nth-child(odd)
@apply .bg-grey-lighter
tr th
@apply .text-left .px-3 .py-2 .bg-white
tr th
@apply .text-left .px-3 .py-2 .bg-white
td
@apply .px-3 .py-2 .border-t
td
@apply .px-3 .py-2 .border-t