From b5f274d6635f503ee6e10917b8df030df04c3f40 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Wed, 18 Jan 2023 10:40:06 +0000 Subject: [PATCH] experiment: disco border (#6531) * Had a play, looking good (now needs isLoading state or however we want to do that) * Also add tailwind config.. * Don't show conic bg on lightmode * Slow down animation, show on light mode * Apply disco border both on light/dark mode & only on success page * 5s->8s animation speed, remove border crisping up the corners --- apps/web/pages/booking/[uid].tsx | 722 ++++++++++++++++--------------- apps/web/tailwind.config.js | 18 + 2 files changed, 383 insertions(+), 357 deletions(-) diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index b11184ea82..59134872c1 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -371,383 +371,391 @@ export default function Success(props: SuccessProps) {