Skip to content

Commit 274587c

Browse files
authored
search bar ui updates (#268)
1 parent c5274c4 commit 274587c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/app/SearchBar.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.queryIcon {
2121
position: absolute;
2222
left: 0;
23+
margin-left: 0.4em;
2324
top: 0.5em;
2425
opacity: 0.666;
2526
}
@@ -28,17 +29,19 @@
2829
box-sizing: border-box;
2930
width: 100%;
3031
padding: 0.5em 0 0.5em 1.5em;
31-
border: none;
3232
font-family: inherit;
3333
font-size: inherit;
3434
background-color: transparent;
3535
color: $textColor;
36+
border: 1px solid #ced4da;
37+
border-radius: 0.3em;
3638
}
3739

3840
.searchHelp {
3941
display: block;
4042
font-size: 0.75em;
4143
line-height: 1em;
44+
margin-top: 0.3em;
4245

4346
a {
4447
color: $anchorColor;

0 commit comments

Comments
 (0)