Skip to content

Commit

Permalink
Added search icon (issue #133).
Browse files Browse the repository at this point in the history
  • Loading branch information
gigafiga21 committed Feb 22, 2018
1 parent 4ef6862 commit bcc24ac
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions public/stylesheets/components/searcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@
}

&__container {
display: flex;
font-size: 15px;
padding: 5px 0px;
border-bottom: 2px solid rgba(130,156,176,.42);
margin-bottom: 15px;
}

&__input {
padding: 5px 0px;
display: flex;
width: 100%;
border: none;
border-bottom: 2px solid rgba(130,156,176,.42);
color: #63758c;
background: none;
}

&__input:focus {
color: white;
border-bottom-color: white;
outline: none;
}

Expand Down
13 changes: 13 additions & 0 deletions public/svg/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/views/aside.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
//-
.searcher__container
input.searcher__input(value="Search")
include ../../public/svg/search.svg


//-
//- Header
Expand Down

0 comments on commit bcc24ac

Please sign in to comment.