aboutsummaryrefslogtreecommitdiff
path: root/src/components/Util/SearchBar.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:26:09 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:26:09 +0530
commitc1600045a243e3547fe589bfc7e474d2decaea4c (patch)
tree73b93eca3c76e2da5a55638794742a76f4927cde /src/components/Util/SearchBar.scss
parent92b6da1d37da9232f1f40ac2526b189289049534 (diff)
moved interfaces to new folder
Diffstat (limited to 'src/components/Util/SearchBar.scss')
-rw-r--r--src/components/Util/SearchBar.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/components/Util/SearchBar.scss b/src/components/Util/SearchBar.scss
deleted file mode 100644
index d08f1ac..0000000
--- a/src/components/Util/SearchBar.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-@import "../../styles/theme";
-
-.searchBar input {
- width: 12rem;
-}
-
-.searchResults {
- margin-top: $fontSize1;
- width: 12rem;
- height: 10rem;
- background-color: $background3;
- overflow-x: hidden;
- overflow-y: auto;
- border: 1px solid $border2;
-}
-
-.searchResult {
- color: $defFG;
-}
-
-.searchResults .dataItem {
- width: 100%;
- height: 50px;
- display: flex;
- align-items: center;
- color: black;
-}
-