Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Fix round corners of search box
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 committed Oct 17, 2022
1 parent 1211769 commit 3b75276
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/main/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@
}

// Search -------------------------------------------------------------- //
&__search {
.header__search__field {
position: relative;
}

input[type="text"].header__search {
flex-shrink: 0;
width: 80px;
margin: 0;
Expand Down Expand Up @@ -184,10 +188,6 @@
&::-ms-clear {
display: none;
}

&__field {
position: relative;
}
}

&__clear {
Expand Down

0 comments on commit 3b75276

Please sign in to comment.