Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
WIP – Fixed search icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 25, 2015
1 parent 98b0880 commit ee8ca5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/uno.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/scss/modules/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
text-transform: none;
-webkit-font-smoothing: antialiased;
}

.icon-search {
position: static !important;
}
.icon-search:before {
content: "\f16c";
position: absolute;
right: 83px;
margin-top: 18px;
}
.icon-address-book:before {
content: "\f100";
Expand Down
3 changes: 1 addition & 2 deletions partials/search.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<section id="search-container">
<i class="icon icon-search"></i>
<section class="icon icon-search" id="search-container">
<form id="search-form">
<input type="text", name="search", placeholder="git, css, javascript,..." id="search-field" />
</form>
Expand Down

0 comments on commit ee8ca5f

Please sign in to comment.