Skip to content

Commit

Permalink
Styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-42 committed Jun 9, 2019
1 parent 4ebdb8b commit 25470e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/base/navbar/search_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
border-bottom-left-radius: 3px;
padding: 6px 8px;
font-size: 16px;
height: 32px;
box-sizing:border-box;
color: $dark-grey;
}
.search-input{
Expand All @@ -27,9 +29,9 @@
border-bottom-right-radius: 3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
height: 30px;
height: 32px;
box-sizing:border-box;
width: 350px;
flex-shrink: 0;
order: 1;
}
.search-input::placeholder{
Expand Down

0 comments on commit 25470e9

Please sign in to comment.