From 8eb8da827635a1ef6fa34409ebf8d7fc97add0db Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 12:30:29 +0100 Subject: [PATCH] renaming file --- resources/css/components/scroller-top.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 resources/css/components/scroller-top.css diff --git a/resources/css/components/scroller-top.css b/resources/css/components/scroller-top.css deleted file mode 100644 index b60239a..0000000 --- a/resources/css/components/scroller-top.css +++ /dev/null @@ -1,10 +0,0 @@ -#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; -}