diff --git a/src/app.css b/src/app.css index 6359b7c..3a7e7f6 100644 --- a/src/app.css +++ b/src/app.css @@ -27,6 +27,22 @@ /* Black variants for UI elements */ --color-ecsess-black: #1f1f1f; --color-ecsess-black-hover: #161917; + + --animate-wiggle: wiggle 1s ease-in-out; + @keyframes wiggle { + 0% { + transform: rotateY(0); + } + 33% { + transform: rotateY(5deg); + } + 66% { + transform: rotateY(-5deg); + } + 100% { + transform: rotateY(0); + } + } } * { @@ -113,7 +129,7 @@ h2 { ol, ul { - @apply my-2 list-outside list-disc ps-[1.625rem]; + @apply my-2 list-outside list-disc ps-6.5; } li { @@ -145,7 +161,7 @@ h2 { } dd { - @apply mt-2 ps-[1.625rem]; + @apply mt-2 ps-6.5; } hr { diff --git a/src/components/event/EBComponents/EventActionButtons.svelte b/src/components/event/EBComponents/EventActionButtons.svelte new file mode 100644 index 0000000..fcd3fe2 --- /dev/null +++ b/src/components/event/EBComponents/EventActionButtons.svelte @@ -0,0 +1,69 @@ + + +
No description available for this event.
+ {/if} +Click to flip back
+{date}
+{location ?? 'TBA'}
+
- {:else if eventCategory?.[0] === 'technical'}
-
- {:else if eventCategory?.[0] === 'professional'}
-
- {:else if eventCategory?.[0] === 'academic'}
-
- {:else}
-
- {/if}
-
-
-
- {date}
-- {location ?? 'TBA'} -
-Click to view more
+Click to view more
No description available for this event.
- {/if} -