2018-02-13 18:47:40 +00:00
|
|
|
.table-collapse {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2018-01-13 18:51:38 +00:00
|
|
|
.table-responsive {
|
|
|
|
@apply .mb-4 .border .w-full;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-responsive table {
|
|
|
|
@apply .mb-0 .border-0 .whitespace-no-wrap;
|
|
|
|
}
|
|
|
|
|
2017-11-28 12:35:49 +00:00
|
|
|
.table {
|
|
|
|
@apply .w-full;
|
|
|
|
@apply .table-collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table tr:nth-child(odd) {
|
|
|
|
@apply .bg-grey-lightest;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table tr th {
|
2018-01-15 21:16:55 +00:00
|
|
|
@apply .text-left .px-3 .py-2 .bg-white;
|
2017-11-28 12:35:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table td {
|
2018-01-15 21:16:55 +00:00
|
|
|
@apply .px-3 .py-2 .border-t;
|
2017-11-28 12:35:49 +00:00
|
|
|
}
|