From 5b9093a6e72cbb71a6fb7c8a1fee63fe389a6c29 Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 25 Jul 2024 16:46:52 +0200 Subject: [PATCH] chore: remove unused css --- src/pages/landing/style.module.scss | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/pages/landing/style.module.scss b/src/pages/landing/style.module.scss index 9880d27..794378d 100644 --- a/src/pages/landing/style.module.scss +++ b/src/pages/landing/style.module.scss @@ -6,31 +6,3 @@ align-items: center; justify-content: center; } - -.landingPage { - display: flex; - flex-direction: column; - align-items: center; - color: $text-color; - min-height: 80vh; - justify-content: center; - padding-top: 20px; - - .loginBottomBar { - display: flex; - justify-content: center; - align-items: center; - padding: 10px; - background-color: rgba(255, 255, 255, 0.7); - border-top: 1px solid rgba(0, 0, 0, 0.096); - position: fixed; - bottom: 0; - left: 0; - right: 0; - - .loginBtn { - // margin-top: 20px; - min-width: 200px; - } - } -}