Skip to content

Commit

Permalink
Remove Glow from Search Box
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Feb 26, 2019
1 parent 8dfaf38 commit af3cf8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/search.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Simple-Jekyll-Search https://github.com/christian-fei/Simple-Jekyll-Search -->

<div class="input-group mt-5 px-3">
<input id="search-input" type="text" class="form-control border border-primary" placeholder="Search articles..">
<input id="search-input" type="text" class="form-control search-box" placeholder="Search articles..">
<div class="input-group-append">
<span class="input-group-text border border-primary bg-primary text-white"><i class="fas fa-search"></i></span>
</div>
Expand Down
4 changes: 4 additions & 0 deletions _sass/_articles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.search-box {
box-shadow:none !important;
}

.article.card {
border-radius: $rounded-borders;
text-decoration: none!important;
Expand Down

0 comments on commit af3cf8f

Please sign in to comment.