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

Commit

Permalink
Merge pull request #106 from WordPress/search_button_height
Browse files Browse the repository at this point in the history
Search button height
  • Loading branch information
obulat authored Aug 2, 2021
2 parents 3d998db + 66e6b22 commit 1066806
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/SearchGridForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ export default {
.button {
font-size: 1rem;
padding: 0.5rem calc(1rem + 0.2rem);
line-height: 0;
@include desktop {
font-size: 1.43rem;
padding: calc(2rem - 0.187rem) 2.5rem;
padding-left: var(--button-padding-horizontal);
padding-right: var(--button-padding-horizontal);
height: 3.875rem;
}
}
}
Expand Down

0 comments on commit 1066806

Please sign in to comment.