add: search bar

Add new header and search bar
This commit is contained in:
Fiona Lena Urban 2025-05-10 18:07:18 +02:00
parent 0aa495e05b
commit 4b07ebb2ec
18 changed files with 206 additions and 71 deletions

View file

@ -0,0 +1,15 @@
.Search {
border-radius: 9999px;
background: var(--color-lightest);
padding: 0 1rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
& > input {
all: unset;
flex-grow: 1;
padding: .5rem 0;
}
}