Skip to content

Commit

Permalink
[#1142] Backbutton & search aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ogbeche77 committed Mar 4, 2021
1 parent a7e3524 commit 712846e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
flex-direction: row;
align-items: stretch;
justify-content: flex-start;
height: 100px;
height: 42px;
width: 100%;
animation-name: searchFieldAnimation;
animation-duration: 500ms;
Expand Down Expand Up @@ -77,5 +77,11 @@
margin-top: 7px;
path {
fill: var(--color-text-gray);
width: 22px;
height: 22px;
padding-top: 2px;
margin-right: 4px;
position: relative;
top: 8px;
}
}

0 comments on commit 712846e

Please sign in to comment.