fix: clarify document type grouping hierarchy
This commit is contained in:
@@ -62,6 +62,22 @@
|
||||
@apply flex flex-wrap gap-1 max-w-md;
|
||||
}
|
||||
|
||||
.document-types-page .type-cell {
|
||||
@apply flex flex-col gap-1;
|
||||
}
|
||||
|
||||
.document-types-page .type-cell strong {
|
||||
@apply text-sm font-medium text-gray-800;
|
||||
}
|
||||
|
||||
.document-types-page .type-cell span {
|
||||
@apply text-xs text-gray-500;
|
||||
}
|
||||
|
||||
.document-types-page .subtle-text {
|
||||
@apply text-xs text-gray-400;
|
||||
}
|
||||
|
||||
.document-types-page .operation-btn {
|
||||
@apply inline-flex items-center text-sm px-2 py-1 rounded hover:bg-gray-100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user