From d783cc3b90927dadd8df8458f2457232e568d20b Mon Sep 17 00:00:00 2001 From: 7heMech <83923848+7heMech@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:58:54 +0200 Subject: [PATCH] Remove unused styles --- frontend/src/pages/Login/index.module.css | 7 ------- frontend/src/pages/Login/index.tsx | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/pages/Login/index.module.css b/frontend/src/pages/Login/index.module.css index 16f8477c..d033dc0e 100644 --- a/frontend/src/pages/Login/index.module.css +++ b/frontend/src/pages/Login/index.module.css @@ -1,10 +1,3 @@ .logo { width: 200px; } - -.helperBtns { - position: absolute; - top: 10px; - right: 10px; - z-index: 1000; -} diff --git a/frontend/src/pages/Login/index.tsx b/frontend/src/pages/Login/index.tsx index 9d0327f3..633fec60 100644 --- a/frontend/src/pages/Login/index.tsx +++ b/frontend/src/pages/Login/index.tsx @@ -125,4 +125,4 @@ export default function Login() { ); -} \ No newline at end of file +}