We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5274c4 commit 274587cCopy full SHA for 274587c
src/components/app/SearchBar.module.scss
@@ -20,6 +20,7 @@
20
.queryIcon {
21
position: absolute;
22
left: 0;
23
+ margin-left: 0.4em;
24
top: 0.5em;
25
opacity: 0.666;
26
}
@@ -28,17 +29,19 @@
28
29
box-sizing: border-box;
30
width: 100%;
31
padding: 0.5em 0 0.5em 1.5em;
- border: none;
32
font-family: inherit;
33
font-size: inherit;
34
background-color: transparent;
35
color: $textColor;
36
+ border: 1px solid #ced4da;
37
+ border-radius: 0.3em;
38
39
40
.searchHelp {
41
display: block;
42
font-size: 0.75em;
43
line-height: 1em;
44
+ margin-top: 0.3em;
45
46
a {
47
color: $anchorColor;
0 commit comments