From 3acac648ad6f7c220a48ff9f92f42e814c2097ab Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 26 Mar 2024 13:21:55 +0530 Subject: restructured files --- src/app/search/search.css | 80 ----------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 src/app/search/search.css (limited to 'src/app/search/search.css') diff --git a/src/app/search/search.css b/src/app/search/search.css deleted file mode 100644 index 8afb508..0000000 --- a/src/app/search/search.css +++ /dev/null @@ -1,80 +0,0 @@ -.inputContainer { - display: flex; - margin: 30px auto; -} - -.searchContainer input { - border: none; - border-radius: 5px; - color: white; - outline: none; - background: none; - width: 100%; - font-family: "Lato"; - font-size: 16px; -} - -.searchContainer { - display: flex; - align-items: center; - margin: 0px auto; - background-color: #2c2c2c; - padding: 8px; - border-radius: 5px; - width: 20%; -} - -.searchIcon { - color: white; - margin-right: 5px; -} - -.animeEntry { - display: flex; - overflow-x: auto; -} - -.animeEntry::-webkit-scrollbar { - height: 7px; -} - -.animeEntry::-webkit-scrollbar-track { - background-color: #636363; - border-radius: 5px; -} - -.animeEntry::-webkit-scrollbar-thumb { - background-color: rgba(196, 196, 196, 0.692); - border-radius: 5px; - -} - -.anime { - display: flex; - justify-content: space-between; - align-items: center; - padding: 10px; - border-style: dotted; - border-color: #636363; - margin: 10px; - border-radius: 10px; - border-width: 4px; -} - -.anime p { - color: white; - width: 25dvh; - font-family: "Lato"; - font-size: 18px; -} - -.animeImage { - border-radius: 10px; - margin-left: 20px; -} - -@media screen and (max-width: 768px) { - .searchContainer { - width: 70%; - } -} \ No newline at end of file -- cgit v1.2.3