From eb3cec9cd804cdc13415d4a077d6ddd40a96f52b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 10:02:50 +0100 Subject: [PATCH] introducing scroller-top component --- resources/css/components/scroller-top.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 resources/css/components/scroller-top.css diff --git a/resources/css/components/scroller-top.css b/resources/css/components/scroller-top.css new file mode 100644 index 0000000..b60239a --- /dev/null +++ b/resources/css/components/scroller-top.css @@ -0,0 +1,10 @@ +#scroller-top { + @apply bg-primary fixed z-40 + w-16 + h-16 + flex items-center justify-center + right-16 + bottom-16 + cursor-pointer + rounded-full; +}