2017-11-28 12:35:49 +00:00
|
|
|
.table {
|
|
|
|
@apply .w-full;
|
|
|
|
@apply .table-collapse;
|
|
|
|
@apply .border;
|
|
|
|
@apply .border-grey-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table tr:nth-child(odd) {
|
|
|
|
@apply .bg-grey-lightest;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table tr th {
|
|
|
|
@apply .text-left .p-2 .bg-white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table td {
|
2018-01-13 08:42:55 +00:00
|
|
|
@apply .px-2 .py-3 .border-t;
|
2017-11-28 12:35:49 +00:00
|
|
|
}
|