Skip to content

Commit ea56f55

Browse files
committed
refactor: update search styles
1 parent 85896e9 commit ea56f55

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

client/src/components/Search/index.module.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
background-color: var(--bg-second) !important;
66
box-shadow: none !important;
77
}
8+
a {
9+
color: inherit;
10+
text-decoration: none;
11+
12+
&:hover {
13+
color: var(--primary-color);
14+
}
15+
}
16+
17+
.wrapper {
18+
height: fit-content;
19+
max-height: 70vh;
20+
overflow: scroll;
21+
}
822
}
923
.inner {
1024
box-shadow: var(--box-shadow) !important;

0 commit comments

Comments
 (0)