2023-08-17 15:14:01 -07:00
|
|
|
section.index-search {
|
2023-01-22 14:03:45 -08:00
|
|
|
width: 100%;
|
2023-08-17 15:14:01 -07:00
|
|
|
background: var(--white);
|
2023-01-22 14:03:45 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
section.start a.search-link {
|
|
|
|
color: var(--highlight);
|
|
|
|
font-size: 2.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 0;
|
|
|
|
display: block;
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
form.index-search-form {
|
|
|
|
width: 80%;
|
|
|
|
max-width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 30px 0;
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
input[type="text"]:focus {
|
|
|
|
outline: solid var(--highlight);
|
|
|
|
background-color: var(--highlight);
|
2023-01-12 15:43:54 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
form.index-search-form > input[type="text"] {
|
|
|
|
width: 91%;
|
|
|
|
height: 50px;
|
|
|
|
font: 44px var(--base-type);
|
|
|
|
transition: all 0.2s linear;
|
2023-01-17 15:54:59 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
form.index-search-form > button {
|
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
2023-01-22 14:03:45 -08:00
|
|
|
}
|
|
|
|
|
2023-08-17 15:14:01 -07:00
|
|
|
::placeholder {
|
|
|
|
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
2023-01-22 14:03:45 -08:00
|
|
|
color: var(--highlight);
|
2022-11-15 12:57:14 -08:00
|
|
|
}
|