forked from coracle/flotilla
Flesh out calendar event cards
This commit is contained in:
+5
-1
@@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.card2 {
|
||||
@apply rounded-box bg-base-100 p-6 text-base-content;
|
||||
@apply rounded-box bg-base-100 p-6 text-base-content overflow-hidden text-ellipsis;
|
||||
}
|
||||
|
||||
.card2.card2-sm {
|
||||
@@ -90,6 +90,10 @@
|
||||
@apply shadow-[0_20px_25px_-5px_rgb(0,0,0,0.1)_0_8px_10px_-6px_rgb(0,0,0,0.1)];
|
||||
}
|
||||
|
||||
.modal-box .z-feature {
|
||||
@apply z-modal-feature;
|
||||
}
|
||||
|
||||
/* tiptap */
|
||||
|
||||
.input-editor, .chat-editor {
|
||||
|
||||
Reference in New Issue
Block a user