Skip to content

Commit

Permalink
Merge pull request #197 from vanisharma2003/fix-issue-190
Browse files Browse the repository at this point in the history
search icon and input box styling updated
  • Loading branch information
Satyam1923 authored May 26, 2024
2 parents f75d93f + 43bfb10 commit 304d692
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ aside {
.searchbar {
display: flex;
justify-content: center;

align-items: center;

height: 3rem;
width: 70%;
}
Expand All @@ -176,8 +174,12 @@ input[type="search"] {
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(18.5px);
-webkit-backdrop-filter: blur(18.5px);
border-radius: 10px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.18);
margin-left: 25px;
}
.searchbar svg{
font-size: 40px;
}

.option1 {
Expand Down

0 comments on commit 304d692

Please sign in to comment.