feat: oh look, more changes

This commit is contained in:
Herculino Trotta
2025-11-10 00:28:16 -03:00
parent 7e37948616
commit b38ed37bc5
27 changed files with 636 additions and 624 deletions

View File

@@ -148,7 +148,7 @@
/* Card Data Display Styles */
.card-data-section {
@apply space-y-1;
@apply space-y-2;
}
.card-data-row {
@@ -176,6 +176,20 @@
@layer components {
.card {
@apply bg-base-100;
}
.card .card-header {
@apply bg-base-200;
@apply p-2;
}
.card .card-footer {
@apply bg-base-200;
@apply p-2;
}
.fab {
@layer daisyui.component {
> :nth-child(n+7) {