Add search form submit #32 #45

Merged
jakob.scheid merged 20 commits from feature/search-form-submit into main 2026-05-14 11:29:19 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c1f1099848 - Show all commits
+1 -1
View File
@@ -78,7 +78,7 @@ const submitSearch = function () {
border: none; border: none;
padding: var(--submit-button-padding-y) 20px; padding: var(--submit-button-padding-y) 20px;
background: var(--primary-color); background: var(--primary-color);
color: white; color: var(--white);
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
} }
@@ -57,7 +57,7 @@ searchQueryModel.value = props.searchQuery;
display: flex; display: flex;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
outline: 1px solid #dadada; outline: 1px solid var(--light-d-2);
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {