From 0bf0789d3ed71990c86d5430ed2af7c435c3b835 Mon Sep 17 00:00:00 2001
From: Avanish Singh <79073722+aaviix@users.noreply.github.com>
Date: Thu, 16 Nov 2023 16:24:29 +0100
Subject: [PATCH] Delete frontend-react/src/Chatbot.css

---
 frontend-react/src/Chatbot.css | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 frontend-react/src/Chatbot.css

diff --git a/frontend-react/src/Chatbot.css b/frontend-react/src/Chatbot.css
deleted file mode 100644
index 24ade2d..0000000
--- a/frontend-react/src/Chatbot.css
+++ /dev/null
@@ -1,13 +0,0 @@
-.chat_window {
-    width: calc(100% - 20px);
-    max-width: 800px;
-    height: 500px;
-    border-radius: 10px;
-    margin: 30px auto;
-    left: 50%;
-    top: 30%;
-    transform: translateX(0%) translateY(0%);
-    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
-    background-color: #f8f8f8;
-    overflow: hidden;
-}
\ No newline at end of file
-- 
GitLab