mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-27 11:07:10 +02:00
feat: oh look, more changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user