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

@ -2,10 +2,7 @@
@apply .pl-0
.listing-item
@apply .overflow-hidden
@apply .pb-8
@apply .overflow-hidden .pb-8
&:not(:last-child)
@apply .border-b
@apply .border-grey-light
@apply .mb-8
@apply .border-b .border-grey-light .mb-8

View file

@ -10,8 +10,7 @@
@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