WIP user page

This commit is contained in:
Râu Cao
2023-02-23 23:55:32 +08:00
parent ffed398024
commit 55abbcc5ad
3 changed files with 27 additions and 1 deletions

View File

@@ -7,10 +7,14 @@
@apply text-left;
}
table th {
table thead th {
@apply pb-3.5 text-sm font-normal uppercase text-gray-500;
}
table tbody th {
@apply text-left font-normal text-gray-500;
}
table th:not(:last-of-type),
table td:not(:last-of-type) {
@apply pr-2;