From 09fa6932c19c3ddb174594d13733f75ef283bf0c Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 5 Oct 2023 10:59:25 +0100 Subject: [PATCH] test removing animation --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 4df84e1..9259a94 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -99,7 +99,7 @@ body { } /* These styles are for the loading spinner on the due considerations page*/ -@keyframes spin { +/* @keyframes spin { 0% { transform: rotate(0deg); } @@ -110,4 +110,4 @@ body { .animate-spin { animation: spin 1s linear infinite; -} +} */