2024-09-12 14:57:54 +02:00
|
|
|
.search {
|
|
|
|
|
background-color: var(--color-pink-light);
|
|
|
|
|
width: 100vw;
|
2024-09-16 11:28:35 +02:00
|
|
|
height: 75vh;
|
2024-09-12 14:57:54 +02:00
|
|
|
padding-top: 20vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-form {
|
2024-09-16 14:52:37 +02:00
|
|
|
position: relative;
|
2024-09-12 14:57:54 +02:00
|
|
|
width: fit-content;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-input {
|
|
|
|
|
border-bottom: var(--border);
|
2024-09-16 14:52:37 +02:00
|
|
|
width: max(16rem, 40vw);
|
2024-09-12 14:57:54 +02:00
|
|
|
margin-right: 2rem;
|
|
|
|
|
padding: 0.3rem 0.5rem;
|
|
|
|
|
font-size: var(--font-size-h2);
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-16 14:52:37 +02:00
|
|
|
.search-input::-webkit-search-cancel-button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-12 14:57:54 +02:00
|
|
|
.search-submit {
|
|
|
|
|
width: 2rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
}
|