Skip to content

Commit

Permalink
style(button.css): adjust button-search-height for smaller screens to…
Browse files Browse the repository at this point in the history
… 2.5rem
  • Loading branch information
schmidt1024 committed Sep 5, 2024
1 parent fc5ae2b commit 7e6e724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,10 @@
--button-search-icon-search-color-custom: var(--mdx-base-color-klubschule-blue-600);
--button-search-icon-search-color-hover-custom: var(--mdx-base-color-klubschule-blue-600);
--button-search-height: var(--button-primary-height, 3.125rem); /* mdx token missing */
}

@media only screen and (max-width: 767px) {
:root {
--button-search-height: var(--button-primary-height, 2.5rem); /* mdx token missing */
}
}

0 comments on commit 7e6e724

Please sign in to comment.