Re-work relays page

This commit is contained in:
Jon Staab
2024-10-03 11:49:52 -07:00
parent 9834a31511
commit 73a9b46f91
12 changed files with 259 additions and 91 deletions
+10 -6
View File
@@ -51,16 +51,20 @@
--secondary: oklch(var(--s));
}
.bg-alt, .bg-alt .bg-alt .bg-alt {
@apply bg-base-100;
}
.bg-alt .bg-alt, .bg-alt .bg-alt .bg-alt .bg-alt {
@apply bg-base-300;
}
.card2 {
@apply text-ellipsis rounded-box bg-base-100 p-6 text-base-content;
@apply text-ellipsis rounded-box p-6 text-base-content;
}
.card2.card2-sm {
@apply rounded-box bg-base-100 p-4 text-base-content;
}
.card2.card2-alt {
@apply bg-base-300;
@apply p-4 text-base-content;
}
.column {