From 361adda588ebaad135f8901e160c01dd1237a019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Celine=20P=C3=B6hl?= Date: Mon, 3 Jun 2024 15:48:06 +0200 Subject: [PATCH] Removed old css file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Celine Pöhl --- frontend/src/components/PopUp/SearchBar.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 frontend/src/components/PopUp/SearchBar.css diff --git a/frontend/src/components/PopUp/SearchBar.css b/frontend/src/components/PopUp/SearchBar.css deleted file mode 100644 index be5b5d78..00000000 --- a/frontend/src/components/PopUp/SearchBar.css +++ /dev/null @@ -1,8 +0,0 @@ -.search-field { - width: 150px; /* Initial width */ - transition: width 0.5s; /* Apply transition only to width property */ - } - -.search-field:focus { - width: 100%; /* Expanded width on focus */ -} \ No newline at end of file