Spaces
This commit is contained in:
parent
772e19c320
commit
c962a84415
12 changed files with 97 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue