Skip to content

Commit

Permalink
Add search button styles to global stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Oct 9, 2024
1 parent 8ca1494 commit 6fb2c36
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/assets/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,25 @@ body {
height: 44px;
width: 133px;
}

/* header search styles */
.header-search {
input {
max-width: unset;
}
}

.search-input-container {
max-width: unset !important;
}

.search-input {
max-width: unset !important;
}

.search-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 42px;
width: 45px;
}

0 comments on commit 6fb2c36

Please sign in to comment.