We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e4f8e commit 623f071Copy full SHA for 623f071
docs/_includes/header.html
@@ -12,6 +12,7 @@
12
<li class="hidden-xs">
13
<form class="form search-form" action="#">
14
<input class="form-control" type="text" id="doc-search" />
15
+ <div class="search-icon"><i class="fa fa-search"></i></div>
16
</form>
17
</li>
18
{% assign url = page.url %}
docs/css/_search.sass
@@ -21,15 +21,13 @@
21
width: 300px
22
border: solid 2px $brand-primary
23
transition: all .2s
24
- &:before
+ .search-icon
25
display: block
26
width: 20px
27
height: 20px
28
position: absolute
29
- top: 4px
+ top: 2px
30
left: 10px
31
- content: "\f002"
32
- font-family: FontAwesome
33
text-align: center
34
color: $brand-primary
35
pointer-events: none
0 commit comments