Skip to content

Commit

Permalink
Merge pull request #8 from Fy-Rakotondrabe/fy
Browse files Browse the repository at this point in the history
change box shadow
  • Loading branch information
Fy-Rakotondrabe committed Oct 5, 2020
2 parents f366831 + 1692c5b commit 3157dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.search-bar {
width: 300px;
border: none;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
border-radius: 10em;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
Expand Down Expand Up @@ -81,7 +81,7 @@

.search-result {
padding: 20px;
box-shadow: 0 0 5px 0 rgba(0,0,0,.16),0 0 0 0 rgba(0,0,0,.12)!important;;
box-shadow: 0 0 4px 0 rgba(0,0,0,.16),0 0 0 0 rgba(0,0,0,.12)!important;;
width: 200px;
}

Expand Down

0 comments on commit 3157dfd

Please sign in to comment.